Skip to content

Commit 37f8702

Browse files
committed
added project urls for pypi
1 parent cd679af commit 37f8702

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
@@ -24,6 +24,10 @@
2424
'quic': {'aioquic >= 0.9.0'},
2525
'cli': {'asyncclick >= 8.0.0'}
2626
},
27+
project_urls={
28+
'Documentation': 'https://rsocket.io/guides/rsocket-py',
29+
'Changelog': 'https://github.com/rsocket/rsocket-py/blob/master/CHANGELOG.rst'
30+
},
2731
entry_points={
2832
'console_scripts': [
2933
'rsocket-py = rsocket.cli.command:command [cli]',

0 commit comments

Comments
 (0)