Skip to content

Commit 64f532a

Browse files
authored
Add missing links to project metadata (PyGithub#1789)
Fixes: PyGithub#1788
1 parent 55d9837 commit 64f532a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,12 @@
5454
description="Use the full Github API v3",
5555
author="Vincent Jacques",
5656
author_email="[email protected]",
57-
url="http://pygithub.readthedocs.io/en/latest/",
57+
url="https://github.com/pygithub/pygithub",
58+
project_urls={
59+
"Documentation": "http://pygithub.readthedocs.io/en/latest/",
60+
"Source": "https://github.com/pygithub/pygithub",
61+
"Tracker": "https://github.com/pygithub/pygithub/issues",
62+
},
5863
long_description=textwrap.dedent(
5964
"""\
6065
(Very short) Tutorial

0 commit comments

Comments
 (0)