aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/easy_install.py
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-04-26 06:27:19 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2018-04-26 07:00:01 -0700
commit06736eec5894df69dc267876cf78381804df3ada (patch)
tree24190c5287bc67947ab76d58e98d2f958b2400a0 /setuptools/command/easy_install.py
parentd0800d78a78809020b1681574061490019096657 (diff)
downloadexternal_python_setuptools-06736eec5894df69dc267876cf78381804df3ada.tar.gz
external_python_setuptools-06736eec5894df69dc267876cf78381804df3ada.tar.bz2
external_python_setuptools-06736eec5894df69dc267876cf78381804df3ada.zip
Update all pypi.python.org URLs to pypi.org
For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
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 a6f61436..85ee40f1 100755
--- a/setuptools/command/easy_install.py
+++ b/setuptools/command/easy_install.py
@@ -319,7 +319,7 @@ class easy_install(Command):
self.all_site_dirs.append(normalize_path(d))
if not self.editable:
self.check_site_dir()
- self.index_url = self.index_url or "https://pypi.python.org/simple"
+ self.index_url = self.index_url or "https://pypi.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: