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.
2 parents cd679af + 37f8702 commit 0eed515Copy full SHA for 0eed515
setup.py
@@ -24,6 +24,10 @@
24
'quic': {'aioquic >= 0.9.0'},
25
'cli': {'asyncclick >= 8.0.0'}
26
},
27
+ project_urls={
28
+ 'Documentation': 'https://rsocket.io/guides/rsocket-py',
29
+ 'Changelog': 'https://github.com/rsocket/rsocket-py/blob/master/CHANGELOG.rst'
30
+ },
31
entry_points={
32
'console_scripts': [
33
'rsocket-py = rsocket.cli.command:command [cli]',
0 commit comments