diff --git a/setup.py b/setup.py index 9c626e4de..54dcaa762 100644 --- a/setup.py +++ b/setup.py @@ -60,6 +60,12 @@ def run(self): long_description=LONG_DESCRIPTION, platforms="Linux, Mac OS X, Windows", keywords=["Interactive", "Interpreter", "Shell", "Web"], + project_urls={ + "Documentation": "https://ipython.readthedocs.io/", + "Funding": "https://numfocus.org/", + "Source": "https://github.com/ipython/ipykernel", + "Tracker": "https://github.com/ipython/ipykernel/issues", + }, python_requires=">=3.7", install_requires=[ "debugpy>=1.0",