Skip to content

Commit e3ae8ed

Browse files
authored
Merge pull request #708 from andriyor/patch-1
add GitHub URL for PyPi
2 parents 7c435a0 + 2d7becb commit e3ae8ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
author='Python Control Developers',
3535
author_email='python-control-developers@lists.sourceforge.net',
3636
url='http://python-control.org',
37+
project_urls={
38+
'Source': 'https://github.com/python-control/python-control',
39+
},
3740
description='Python Control Systems Library',
3841
long_description=long_description,
3942
packages=find_packages(exclude=['benchmarks']),

0 commit comments

Comments
 (0)