From b1e23ea18e2a512ae1ba8d2d33a4f6a68e2225e2 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam <3275593+pradyunsg@users.noreply.github.com> Date: Tue, 28 Jul 2020 11:51:19 +0530 Subject: [PATCH] Use the GitHub Repository as url This provides more information on the PyPI page for the project, and makes it easier to reach this repository from the PyPI page. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2e145d6..a3c93ef 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ long_description=long_description, author='PyPA', author_email='distutils-sig@python.org', - url='https://docs.python.org', + url='https://github.com/python/python-docs-theme/', packages=['python_docs_theme'], include_package_data=True, entry_points={