diff options
author | Tarek Ziadé <tarek@ziade.org> | 2009-07-16 10:58:29 +0200 |
---|---|---|
committer | Tarek Ziadé <tarek@ziade.org> | 2009-07-16 10:58:29 +0200 |
commit | 2ef98daeed368a84eeb0a25c6a25ba1d86f91985 (patch) | |
tree | 6d86704aa6ae772c09a5c4f5c47efc991c7601bf /setup.py | |
parent | e7340af9a4bf79f036580eccf31590f09357fd57 (diff) | |
download | external_python_setuptools-2ef98daeed368a84eeb0a25c6a25ba1d86f91985.tar.gz external_python_setuptools-2ef98daeed368a84eeb0a25c6a25ba1d86f91985.tar.bz2 external_python_setuptools-2ef98daeed368a84eeb0a25c6a25ba1d86f91985.zip |
changed name and author
--HG--
branch : distribute
extra : rebase_source : 412dbef22570b37faed0f8d5f5c7a5c6c86d22a3
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,11 +14,11 @@ import sys scripts = [] setup( - name="setuptools", + name="distribute", version=VERSION, description="Download, build, install, upgrade, and uninstall Python " "packages -- easily!", - author="Phillip J. Eby", + author="", author_email="distutils-sig@python.org", license="PSF or ZPL", long_description = open('README.txt').read(), |