summaryrefslogtreecommitdiff
path: root/tests/eggsrc/setup.py
blob: 26a0b650f2133cf543c1421c8dea77087da24e18 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt

from setuptools import setup

setup(
    name="covtestegg1",
    packages=['egg1'],
    zip_safe=True,
    install_requires=[],
    )