aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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(),