aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 265cdb30..12cbbe8c 100755
--- a/setup.py
+++ b/setup.py
@@ -77,7 +77,7 @@ def pypi_link(pkg_filename):
Given the filename, including md5 fragment, construct the
dependency link for PyPI.
"""
- root = 'https://pypi.python.org/packages/source'
+ root = 'https://files.pythonhosted.org/packages/source'
name, sep, rest = pkg_filename.partition('-')
parts = root, name[0], name, pkg_filename
return '/'.join(parts)