summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2021-09-07 19:36:07 +0200
committerGitHub <noreply@github.com>2021-09-07 19:36:07 +0200
commit95f47d8b2e8700906a96290d689375fc4589613b (patch)
treebb4033650360b4f842bcacd1c03ec6ae1dddb538
parent336605b8e4b14c5da9f4d872fb730dc6894edb77 (diff)
downloadsphinx-git-95f47d8b2e8700906a96290d689375fc4589613b.tar.gz
setup.py: Fix broken url on the PyPI page
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4a1d5aeed..2b4504101 100644
--- a/setup.py
+++ b/setup.py
@@ -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',