diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-09-11 16:55:50 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-11 16:55:50 +0900 |
commit | 293beecc06c2aca930ca8ed659adad0fc2e33832 (patch) | |
tree | 9f0908ed6445cccc52b89faeea3388bc11bce071 | |
parent | 4442f32e7ac94a27ac44d8533279c7eb9179efef (diff) | |
parent | 95f47d8b2e8700906a96290d689375fc4589613b (diff) | |
download | sphinx-git-293beecc06c2aca930ca8ed659adad0fc2e33832.tar.gz |
Merge pull request #9619 from cclauss/patch-1
setup.py: Fix broken url on the Sphinx PyPI page
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -176,7 +176,7 @@ else: setup( name='Sphinx', version=sphinx.__version__, - url='https://sphinx-doc.org/', + url='https://www.sphinx-doc.org/', download_url='https://pypi.org/project/Sphinx/', license='BSD', author='Georg Brandl', |