summaryrefslogtreecommitdiff
path: root/setuptools/command
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 /setuptools/command
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 'setuptools/command')
-rwxr-xr-xsetuptools/command/easy_install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py
index a9727e5..72207f1 100755
--- a/setuptools/command/easy_install.py
+++ b/setuptools/command/easy_install.py
@@ -156,7 +156,7 @@ class easy_install(Command):
else:
self.all_site_dirs.append(normalize_path(d))
if not self.editable: self.check_site_dir()
- self.index_url = self.index_url or "http://www.python.org/pypi"
+ self.index_url = self.index_url or "http://cheeseshop.python.org/pypi"
self.shadow_path = self.all_site_dirs[:]
for path_item in self.install_dir, normalize_path(self.script_dir):
if path_item not in self.shadow_path: