summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2021-09-11 16:55:50 +0900
committerGitHub <noreply@github.com>2021-09-11 16:55:50 +0900
commit293beecc06c2aca930ca8ed659adad0fc2e33832 (patch)
tree9f0908ed6445cccc52b89faeea3388bc11bce071
parent4442f32e7ac94a27ac44d8533279c7eb9179efef (diff)
parent95f47d8b2e8700906a96290d689375fc4589613b (diff)
downloadsphinx-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.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',