1 2 3 4 5 6 7 8
from setuptools import setup setup( name="covtestegg1", packages=['egg1'], zip_safe=True, install_requires=[], )