Skip to content

Commit

Permalink
add GitHub URL for PyPi (#1528)
Browse files Browse the repository at this point in the history
  • Loading branch information
andriyor committed Mar 4, 2022
1 parent 4b6d825 commit 4271b07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,9 @@ def run_tests(self):
license='MIT License',
author='Crossbar.io Technologies GmbH',
url='http://crossbar.io/autobahn',
project_urls={
'Source': 'https://github.com/crossbario/autobahn-python',
},
platforms='Any',
install_requires=[
'txaio>=21.2.1', # MIT license (https://github.com/crossbario/txaio)
Expand Down

0 comments on commit 4271b07

Please sign in to comment.