summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-04-18 19:51:48 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2018-04-18 19:51:48 -0700
commit365c93f2278c068c7637adf6801c3cc41bbcde2c (patch)
tree9dfd6d4cc472d9c699ec568020b35e2ee5bc0bfe /setup.py
parent96c5605374135652cf7ec0ad517b532b9261ef19 (diff)
downloadsphinx-git-365c93f2278c068c7637adf6801c3cc41bbcde2c.tar.gz
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 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d73f1d270..b6b3bc259 100644
--- a/setup.py
+++ b/setup.py
@@ -176,7 +176,7 @@ setup(
name='Sphinx',
version=sphinx.__version__,
url='http://sphinx-doc.org/',
- download_url='https://pypi.python.org/pypi/Sphinx',
+ download_url='https://pypi.org/project/Sphinx/',
license='BSD',
author='Georg Brandl',
author_email='georg@python.org',