Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add GitHub URL for PyPi
  • Loading branch information
andriyor committed Mar 3, 2022
commit 6654a77724b0d074e5100edc3a8e45fc7b0984c2
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down