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.
project_urls
1 parent 4dcebdf commit 39c8421Copy full SHA for 39c8421
setup.py
@@ -37,4 +37,10 @@
37
"Programming Language :: Python :: 3 :: Only",
38
"Topic :: Software Development :: Testing",
39
],
40
+ project_urls={
41
+ "Documentation": "https://pytest-mock.readthedocs.io/en/latest/",
42
+ "Changelog": "https://pytest-mock.readthedocs.io/en/latest/changelog.html",
43
+ "Source": "https://github.com/pytest-dev/pytest-mock/",
44
+ "Tracker": "https://github.com/pytest-dev/pytest-mock/issues",
45
+ },
46
)
0 commit comments