diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-03-01 11:32:56 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-03-01 11:32:56 -0500 |
| commit | 98b3d8950df76702d5f7e980b5631dc020b612cd (patch) | |
| tree | b7c2e577f1f2568bbb6b5141dab86ce3ebd713cd /setup.py | |
| parent | 43217821ba39a697a0e2005e11fc4060326ffdc0 (diff) | |
| download | python-setuptools-bitbucket-98b3d8950df76702d5f7e980b5631dc020b612cd.tar.gz | |
Restore the project name and URL to pypi
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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(), |
