diff options
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ setup( version=VERSION, description="Download, build, install, upgrade, and uninstall Python " "packages -- easily!", - author="", + author="The fellowship of the packaging", author_email="distutils-sig@python.org", license="PSF or ZPL", long_description = open('README.txt').read(), |