diff options
author | Hanno Schlichting <hanno@hannosch.eu> | 2009-07-16 19:41:54 +0200 |
---|---|---|
committer | Hanno Schlichting <hanno@hannosch.eu> | 2009-07-16 19:41:54 +0200 |
commit | c50a0b832d151bd007e7d273f962375ee07df53f (patch) | |
tree | 25b83f344ce82fe663f7f62912f71f0ffd829c77 /setup.py | |
parent | 9b373023daa6b8d44ee680b3604e450ba642229b (diff) | |
download | external_python_setuptools-c50a0b832d151bd007e7d273f962375ee07df53f.tar.gz external_python_setuptools-c50a0b832d151bd007e7d273f962375ee07df53f.tar.bz2 external_python_setuptools-c50a0b832d151bd007e7d273f962375ee07df53f.zip |
Added the new author: The fellowship of the packaging ;)
--HG--
branch : distribute
extra : rebase_source : 30fd163883b3769c573cf79cb79031d6c4d5261f
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(), |