aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorTarek Ziadé <tarek@ziade.org>2009-07-16 10:58:29 +0200
committerTarek Ziadé <tarek@ziade.org>2009-07-16 10:58:29 +0200
commit2ef98daeed368a84eeb0a25c6a25ba1d86f91985 (patch)
tree6d86704aa6ae772c09a5c4f5c47efc991c7601bf /setup.py
parente7340af9a4bf79f036580eccf31590f09357fd57 (diff)
downloadexternal_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-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index b5da4183..95f916f2 100755
--- a/setup.py
+++ b/setup.py
@@ -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(),