summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorphillip.eby <phillip.eby@6015fed2-1504-0410-9fe1-9d1591cc4771>2006-12-29 17:50:25 +0000
committerphillip.eby <phillip.eby@6015fed2-1504-0410-9fe1-9d1591cc4771>2006-12-29 17:50:25 +0000
commit35e459f1158b51b8b4a67d48dd1e5f1e9575766a (patch)
tree0e7172723996a9ae41ace9dfb645e06c89d21037 /setup.py
parent3787296456d58ca0aa2db5a01c11bd56e66dcff6 (diff)
downloadpython-setuptools-35e459f1158b51b8b4a67d48dd1e5f1e9575766a.tar.gz
Switch default package-index to cheeseshop.python.org, and make
setuptools' home page its cheeseshop page. git-svn-id: http://svn.python.org/projects/sandbox/trunk/setuptools@53195 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 22ce944..f97522a 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://peak.telecommunity.com/DevCenter/setuptools",
+ url = "http://cheeseshop.python.org/pypi/setuptools",
test_suite = 'setuptools.tests',
packages = find_packages(),
package_data = {'setuptools':['*.exe','site-patch.py']},