Skip to content

Commit

Permalink
Merge pull request #77 from rsocket/package_setup
Browse files Browse the repository at this point in the history
added project urls for pypi
  • Loading branch information
jell-o-fishi committed Nov 6, 2022
2 parents cd679af + 37f8702 commit 0eed515
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
'quic': {'aioquic >= 0.9.0'},
'cli': {'asyncclick >= 8.0.0'}
},
project_urls={
'Documentation': 'https://rsocket.io/guides/rsocket-py',
'Changelog': 'https://github.com/rsocket/rsocket-py/blob/master/CHANGELOG.rst'
},
entry_points={
'console_scripts': [
'rsocket-py = rsocket.cli.command:command [cli]',
Expand Down

0 comments on commit 0eed515

Please sign in to comment.