From 09ec136e62df1ea70a81ba2b3c119204a62ec1ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Linhart?= Date: Wed, 6 Apr 2022 18:02:26 +0200 Subject: [PATCH] Add project URLs to setup.cfg Adding project URLs (especially source code URL) makes it easier for dependency management tools (like Renovate). --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.cfg b/setup.cfg index a942290a3b..3b964b9155 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,6 +9,10 @@ author = Jupyter Development Team author_email = jupyter@googlegroups.com url = https://github.com/jupyter/notebook platforms = Linux, Mac OS X, Windows +project_urls = + Documentation = https://jupyter-notebook.readthedocs.io/ + Source = https://github.com/jupyter/notebook + Tracker = https://github.com/jupyter/notebook/issues keywords = Jupyter, JupyterLab, Notebook classifiers = Intended Audience :: Developers