Skip to content

Commit 293beec

Browse files
authored
Merge pull request #9619 from cclauss/patch-1
setup.py: Fix broken url on the Sphinx PyPI page
2 parents 4442f32 + 95f47d8 commit 293beec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def _run_domain_js(self, domain):
176176
setup(
177177
name='Sphinx',
178178
version=sphinx.__version__,
179-
url='https://sphinx-doc.org/',
179+
url='https://www.sphinx-doc.org/',
180180
download_url='https://pypi.org/project/Sphinx/',
181181
license='BSD',
182182
author='Georg Brandl',

0 commit comments

Comments
 (0)