aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authortarek <none@none>2009-09-26 00:07:45 +0200
committertarek <none@none>2009-09-26 00:07:45 +0200
commit5730c613a0e6c6581145d508203446f11a0cb4a9 (patch)
tree78184292f9849e1d1de94e1d9e1c2dd1e0c9a0d9 /setup.py
parent65c13cb2b3bcadd2e69f8032a32ef9fbbac6b3df (diff)
downloadexternal_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-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 65376bf9..fc4a9c6a 100755
--- a/setup.py
+++ b/setup.py
@@ -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",