diff options
author | tarek <none@none> | 2009-09-26 00:07:45 +0200 |
---|---|---|
committer | tarek <none@none> | 2009-09-26 00:07:45 +0200 |
commit | 5730c613a0e6c6581145d508203446f11a0cb4a9 (patch) | |
tree | 78184292f9849e1d1de94e1d9e1c2dd1e0c9a0d9 /setup.py | |
parent | 65c13cb2b3bcadd2e69f8032a32ef9fbbac6b3df (diff) | |
download | external_python_setuptools-5730c613a0e6c6581145d508203446f11a0cb4a9.tar.gz external_python_setuptools-5730c613a0e6c6581145d508203446f11a0cb4a9.tar.bz2 external_python_setuptools-5730c613a0e6c6581145d508203446f11a0cb4a9.zip |
removed the salesy description
--HG--
branch : distribute
extra : rebase_source : 3382727121c2d8c2c07d464556803077e2b257e8
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -59,8 +59,8 @@ if _being_installed(): dist = setup( name="distribute", version=VERSION, - description="Download, build, install, upgrade, and uninstall Python " - "packages -- easily!", + description="Easily download, build, install, upgrade, and uninstall " + "Python packages", author="The fellowship of the packaging", author_email="distutils-sig@python.org", license="PSF or ZPL", |