8000 Use the GitHub Repository as url (#49) · matrixise/python-docs-theme@ffb755e · GitHub
[go: up one dir, main page]

Skip to content

Commit ffb755e

Browse files
authored
Use the GitHub Repository as url (python#49)
This provides more information on the PyPI page for the project, and makes it easier to reach this repository from the PyPI page.
1 parent 628a664 commit ffb755e

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
@@ -18,7 +18,7 @@
1818
long_description=long_description,
1919
author='PyPA',
2020
author_email='distutils-sig@python.org',
21-
url='https://docs.python.org',
21+
url='https://github.com/python/python-docs-theme/',
2222
packages=['python_docs_theme'],
2323
include_package_data=True,
2424
entry_points={

0 commit comments

Comments
 (0)
0