8000 add GitHub URL for PyPi (#1708) · pythonnet/pythonnet@303378a · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

8000
Appearance settings

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="pythonnet@python.org",

0 commit comments

Comments
 (0)
0