Commit 4a2bb4b6 authored by Jason R. Coombs's avatar Jason R. Coombs

Restore the project name and URL to pypi

--HG--
branch : Setuptools-Distribute merge
extra : source : 2e7a227d01bff8b6bdd865d2c9f14ff91eb910ef
parent cc6f2911
......@@ -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(),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment