Skip to content

Commit e48d80f

Browse files
authored
Merge pull request #14 from RazerM/project_urls
Add project links for PyPI
2 parents f916e3d + 479b475 commit e48d80f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
version=version['__version__'],
2222
description='Capture the outcome of Python function calls.',
2323
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+
},
2428
long_description=LONG_DESC,
2529
long_description_content_type='text/x-rst',
2630
author='Frazer McLean',

0 commit comments

Comments
 (0)