From 6654a77724b0d074e5100edc3a8e45fc7b0984c2 Mon Sep 17 00:00:00 2001 From: Andrii Oriekhov Date: Thu, 3 Mar 2022 15:31:33 +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 58e177262..527bcc893 100644 --- a/setup.py +++ b/setup.py @@ -147,6 +147,9 @@ def finalize_options(self): version="3.0.0.dev1", description=".Net and Mono integration for Python", url="https://pythonnet.github.io/", + project_urls={ + "Source": "https://github.com/pythonnet/pythonnet", + }, license="MIT", author="The Contributors of the Python.NET Project", author_email="pythonnet@python.org",