Skip to content

Commit dc3cfe3

Browse files
authored
Merge pull request #909 from tlinhart/patch-1
2 parents e4bf9e4 + bfb7504 commit dc3cfe3

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)