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