Skip to content

Commit c48c67d

Browse files
committed
add project urls to pypi
1 parent 0eb4b16 commit c48c67d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

setup.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ def read_version():
5959
install_requires=install_requires,
6060
license='MIT',
6161
test_suite='nose.collector',
62+
project_urls={
63+
"Documentation": "https://httpretty.readthedocs.io/en/latest/",
64+
"Source Code": "https://github.com/gabrielfalcao/httpretty",
65+
"Issue Tracker": "https://github.com/gabrielfalcao/httpretty/issues",
66+
"Continuous Integration": "https://github.com/gabrielfalcao/HTTPretty/actions/workflows/pyenv.yml?query=branch%3Amaster+event%3Apush",
67+
"Test Coverage": "https://codecov.io/gh/gabrielfalcao/httpretty",
68+
},
6269
python_requires='>=3',
6370
classifiers=[
6471
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)