We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7637884 commit 303378aCopy full SHA for 303378a
setup.py
@@ -147,6 +147,9 @@ def finalize_options(self):
147
version="3.0.0.dev1",
148
description=".Net and Mono integration for Python",
149
url="https://pythonnet.github.io/",
150
+ project_urls={
151
+ "Source": "https://github.com/pythonnet/pythonnet",
152
+ },
153
license="MIT",
154
author="The Contributors of the Python.NET Project",
155
author_email="pythonnet@python.org",
0 commit comments