summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorphillip.eby <phillip.eby@6015fed2-1504-0410-9fe1-9d1591cc4771>2007-09-04 15:53:18 +0000
committerphillip.eby <phillip.eby@6015fed2-1504-0410-9fe1-9d1591cc4771>2007-09-04 15:53:18 +0000
commitad637e3465090a6388fd17eeaaab3c3a71df02da (patch)
treeab5aa5d4e5dd848b38c285cba0ef52be7627805a /setup.py
parent776da6f4a5741d96caa2ca164cb91172b3e737d5 (diff)
downloadpython-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-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f97522a..4a73beb 100755
--- a/setup.py
+++ b/setup.py
@@ -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']},