Skip to content

Commit 39c8421

Browse files
authored
Mimic pytest's project_urls configuration (#331)
Adds Documentation, Changelog, Source and Tracker urls.
1 parent 4dcebdf commit 39c8421

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
@@ -37,4 +37,10 @@
3737
"Programming Language :: Python :: 3 :: Only",
3838
"Topic :: Software Development :: Testing",
3939
],
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+
},
4046
)

0 commit comments

Comments
 (0)