diff options
author | phillip.eby <phillip.eby@6015fed2-1504-0410-9fe1-9d1591cc4771> | 2007-09-04 15:53:18 +0000 |
---|---|---|
committer | phillip.eby <phillip.eby@6015fed2-1504-0410-9fe1-9d1591cc4771> | 2007-09-04 15:53:18 +0000 |
commit | ad637e3465090a6388fd17eeaaab3c3a71df02da (patch) | |
tree | ab5aa5d4e5dd848b38c285cba0ef52be7627805a /setup.py | |
parent | 776da6f4a5741d96caa2ca164cb91172b3e737d5 (diff) | |
download | python-setuptools-ad637e3465090a6388fd17eeaaab3c3a71df02da.tar.gz |
Remove all references to the Cheese Shop, and switch to using
the new PyPI "/simple" REST API.
git-svn-id: http://svn.python.org/projects/sandbox/trunk/setuptools@57964 6015fed2-1504-0410-9fe1-9d1591cc4771
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ setup( license="PSF or ZPL", long_description = open('README.txt').read(), keywords = "CPAN PyPI distutils eggs package management", - url = "http://cheeseshop.python.org/pypi/setuptools", + url = "http://pypi.python.org/pypi/setuptools", test_suite = 'setuptools.tests', packages = find_packages(), package_data = {'setuptools':['*.exe','site-patch.py']}, |