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 0eb4b16 commit c48c67dCopy full SHA for c48c67d
setup.py
@@ -59,6 +59,13 @@ def read_version():
59
install_requires=install_requires,
60
license='MIT',
61
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
+ },
69
python_requires='>=3',
70
classifiers=[
71
'Development Status :: 5 - Production/Stable',
0 commit comments