summaryrefslogtreecommitdiff
path: root/setuptools/command/easy_install.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-05-13 07:37:46 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-05-13 07:37:46 -0400
commitcb36c1e5b7ed400dced160f11f554094cf206118 (patch)
tree744d4fc126fa6c504cd5e861e7d0defb4e59f5ef /setuptools/command/easy_install.py
parent6aed638a47d1dc33aa3554356c8cbba5b38f551a (diff)
parent4f989f410562349037634e3fcd409d72883ca7a3 (diff)
downloadpython-setuptools-bitbucket-cb36c1e5b7ed400dced160f11f554094cf206118.tar.gz
Merged latest changes from setuptools-0.6 branch
Diffstat (limited to 'setuptools/command/easy_install.py')
-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 4cd058bb..146e1f47 100755
--- a/setuptools/command/easy_install.py
+++ b/setuptools/command/easy_install.py
@@ -283,7 +283,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://pypi.python.org/simple"
+ self.index_url = self.index_url or "https://pypi.python.org/simple"
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: