Skip to content

Commit

Permalink
Merge pull request #9619 from cclauss/patch-1
Browse files Browse the repository at this point in the history
setup.py: Fix broken url on the Sphinx PyPI page
  • Loading branch information
tk0miya committed Sep 11, 2021
2 parents 4442f32 + 95f47d8 commit 293beec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def _run_domain_js(self, domain):
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',
Expand Down

0 comments on commit 293beec

Please sign in to comment.