setup.py: Fix broken url on the PyPI page

This commit is contained in:
Christian Clauss
2021-09-07 19:36:07 +02:00
committed by GitHub
parent 336605b8e4
commit 95f47d8b2e

View File

@@ -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',