summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-03-01 11:32:56 -0500
committerJason R. Coombs <jaraco@jaraco.com>2013-03-01 11:32:56 -0500
commit98b3d8950df76702d5f7e980b5631dc020b612cd (patch)
treeb7c2e577f1f2568bbb6b5141dab86ce3ebd713cd /setup.py
parent43217821ba39a697a0e2005e11fc4060326ffdc0 (diff)
downloadpython-setuptools-bitbucket-98b3d8950df76702d5f7e980b5631dc020b612cd.tar.gz
Restore the project name and URL to pypi
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 607954d0..771cb74a 100755
--- a/setup.py
+++ b/setup.py
@@ -157,7 +157,7 @@ long_description = readme_file.read() + _linkified('CHANGES.txt')
readme_file.close()
dist = setup(
- name="distribute",
+ name="setuptools",
version=VERSION,
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
@@ -166,7 +166,7 @@ dist = setup(
license="PSF or ZPL",
long_description = long_description,
keywords = "CPAN PyPI distutils eggs package management",
- url = "http://packages.python.org/distribute",
+ url = "http://pypi.python.org/pypi/setuptools",
test_suite = 'setuptools.tests',
src_root = src_root,
packages = find_packages(),