diff options
| author | Christian Clauss <cclauss@me.com> | 2021-09-07 19:36:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-07 19:36:07 +0200 |
| commit | 95f47d8b2e8700906a96290d689375fc4589613b (patch) | |
| tree | bb4033650360b4f842bcacd1c03ec6ae1dddb538 | |
| parent | 336605b8e4b14c5da9f4d872fb730dc6894edb77 (diff) | |
| download | sphinx-git-95f47d8b2e8700906a96290d689375fc4589613b.tar.gz | |
setup.py: Fix broken url on the 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', |
