From 437cdfb676034837aec3506eaa79ace52e5c162f Mon Sep 17 00:00:00 2001 From: Andrii Oriekhov Date: Sat, 5 Mar 2022 09:58:48 +0200 Subject: [PATCH] add GitHub URL for PyPi (#7826) --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 707bede65..c3cab6269 100644 --- a/setup.py +++ b/setup.py @@ -1050,6 +1050,9 @@ if not build_examples: author='Kivy Team and other contributors', author_email='kivy-dev@googlegroups.com', url='http://kivy.org', + project_urls={ + 'Source': 'https://github.com/kivy/kivy', + }, license='MIT', description=( 'A software library for rapid development of '