Skip to content

Commit d0008b9

Browse files
authored
Update setup.py
Add project URLs to the `setup.py`. Especially adding the source URL is beneficial since it allows tools like Renovate (https://github.com/renovatebot/renovate) handle the dependencies with features like grouping the packages based on source URLs or URL prefixes (see https://docs.renovatebot.com/configuration-options/#matchsourceurlprefixes).
1 parent e4bf9e4 commit d0008b9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ def run(self):
6060
long_description=LONG_DESCRIPTION,
6161
platforms="Linux, Mac OS X, Windows",
6262
keywords=["Interactive", "Interpreter", "Shell", "Web"],
63+
project_urls={
64+
"Documentation": "https://ipython.readthedocs.io/",
65+
"Funding": "https://numfocus.org/",
66+
"Source": "https://github.com/ipython/ipykernel",
67+
"Tracker": "https://github.com/ipython/ipykernel/issues",
68+
}
6369
python_requires=">=3.7",
6470
install_requires=[
6571
"debugpy>=1.0",

0 commit comments

Comments
 (0)