Skip to content

Commit fb1c026

Browse files
authored
build(setup.py): Add project_urls for PyPI (#568)
1 parent 52460b9 commit fb1c026

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ def run_tests(self):
6161
author="David Cramer",
6262
description="A utility library for mocking out the `requests` Python library.",
6363
url="https://github.com/getsentry/responses",
64+
project_urls={
65+
"Bug Tracker": "https://github.com/getsentry/responses/issues",
66+
"Changes": "https://github.com/getsentry/responses/blob/master/CHANGES",
67+
"Documentation": "https://github.com/getsentry/responses/blob/master/README.rst",
68+
"Source Code": "https://github.com/getsentry/responses",
69+
},
6470
license="Apache 2.0",
6571
long_description=open("README.rst").read(),
6672
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)