summaryrefslogtreecommitdiff
path: root/tests/eggsrc/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/eggsrc/setup.py')
-rw-r--r--tests/eggsrc/setup.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/eggsrc/setup.py b/tests/eggsrc/setup.py
new file mode 100644
index 00000000..f9b8b9d0
--- /dev/null
+++ b/tests/eggsrc/setup.py
@@ -0,0 +1,8 @@
+from setuptools import setup
+
+setup(
+ name="covtestegg1",
+ packages=['egg1'],
+ zip_safe=True,
+ install_requires=[],
+ )