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 f916e3d commit 479b475Copy full SHA for 479b475
setup.py
@@ -21,6 +21,10 @@
21
version=version['__version__'],
22
description='Capture the outcome of Python function calls.',
23
url='https://github.com/python-trio/outcome',
24
+ project_urls={
25
+ "Documentation": "https://outcome.readthedocs.io/en/latest/",
26
+ "Chat": "https://gitter.im/python-trio/general",
27
+ },
28
long_description=LONG_DESC,
29
long_description_content_type='text/x-rst',
30
author='Frazer McLean',
0 commit comments