We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55d9837 commit 64f532aCopy full SHA for 64f532a
setup.py
@@ -54,7 +54,12 @@
54
description="Use the full Github API v3",
55
author="Vincent Jacques",
56
author_email="[email protected]",
57
- url="http://pygithub.readthedocs.io/en/latest/",
+ 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
+ },
63
long_description=textwrap.dedent(
64
"""\
65
(Very short) Tutorial
0 commit comments