Skip to content

Commit 21e201f

Browse files
andriyormgeier
authored andcommitted
add GitHub URL for PyPi
1 parent 80d8930 commit 21e201f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ def get_tag(self):
7777
license='MIT',
7878
keywords='sound audio PortAudio play record playrec'.split(),
7979
url='http://python-sounddevice.readthedocs.io/',
80+
project_urls={
81+
'Source': 'https://github.com/spatialaudio/python-sounddevice',
82+
},
8083
platforms='any',
8184
classifiers=[
8285
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)