From 2d7becbcfde4d48c104cb24a332819c776e56fa6 Mon Sep 17 00:00:00 2001 From: Andrii Oriekhov Date: Sat, 5 Mar 2022 15:43:58 +0200 Subject: [PATCH] add GitHub URL for PyPi --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index f5e766ebb..a8609148e 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,9 @@ author='Python Control Developers', author_email='python-control-developers@lists.sourceforge.net', url='http://python-control.org', + project_urls={ + 'Source': 'https://github.com/python-control/python-control', + }, description='Python Control Systems Library', long_description=long_description, packages=find_packages(exclude=['benchmarks']),