diff options
author | Jon Dufresne <jon.dufresne@gmail.com> | 2018-04-18 19:51:48 -0700 |
---|---|---|
committer | Jon Dufresne <jon.dufresne@gmail.com> | 2018-04-18 19:51:48 -0700 |
commit | 365c93f2278c068c7637adf6801c3cc41bbcde2c (patch) | |
tree | 9dfd6d4cc472d9c699ec568020b35e2ee5bc0bfe /setup.py | |
parent | 96c5605374135652cf7ec0ad517b532b9261ef19 (diff) | |
download | sphinx-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |