diff options
author | Jon Dufresne <jon.dufresne@gmail.com> | 2018-04-26 06:27:19 -0700 |
---|---|---|
committer | Jon Dufresne <jon.dufresne@gmail.com> | 2018-04-26 07:00:01 -0700 |
commit | 06736eec5894df69dc267876cf78381804df3ada (patch) | |
tree | 24190c5287bc67947ab76d58e98d2f958b2400a0 /setuptools/command/easy_install.py | |
parent | d0800d78a78809020b1681574061490019096657 (diff) | |
download | external_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-x | setuptools/command/easy_install.py | 2 |
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: |