Merge pull request #9619 from cclauss/patch-1

setup.py: Fix broken url on the Sphinx PyPI page
This commit is contained in:
Takeshi KOMIYA
2021-09-11 16:55:50 +09:00
committed by GitHub

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