Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 303378a

Browse files
authored
add GitHub URL for PyPi (#1708)
1 parent 7637884 commit 303378a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ def finalize_options(self):
147147
version="3.0.0.dev1",
148148
description=".Net and Mono integration for Python",
149149
url="https://pythonnet.github.io/",
150+
project_urls={
151+
"Source": "https://github.com/pythonnet/pythonnet",
152+
},
150153
license="MIT",
151154
author="The Contributors of the Python.NET Project",
152155
author_email="[email protected]",

0 commit comments

Comments
 (0)