diff options
author | phillip.eby <phillip.eby@6015fed2-1504-0410-9fe1-9d1591cc4771> | 2006-12-29 17:50:25 +0000 |
---|---|---|
committer | phillip.eby <phillip.eby@6015fed2-1504-0410-9fe1-9d1591cc4771> | 2006-12-29 17:50:25 +0000 |
commit | 35e459f1158b51b8b4a67d48dd1e5f1e9575766a (patch) | |
tree | 0e7172723996a9ae41ace9dfb645e06c89d21037 /setup.py | |
parent | 3787296456d58ca0aa2db5a01c11bd56e66dcff6 (diff) | |
download | python-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-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://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']}, |