We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52460b9 commit fb1c026Copy full SHA for fb1c026
setup.py
@@ -61,6 +61,12 @@ def run_tests(self):
61
author="David Cramer",
62
description="A utility library for mocking out the `requests` Python library.",
63
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
+ },
70
license="Apache 2.0",
71
long_description=open("README.rst").read(),
72
long_description_content_type="text/x-rst",
0 commit comments