From 2a628267bf96b654aff79926e835c93ef4edd6c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Linhart?= Date: Wed, 6 Apr 2022 18:17:36 +0200 Subject: [PATCH 1/2] 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 9b4afdf..bb551c9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,6 +7,10 @@ long_description_content_type = text/plain author = Jupyter Development Team author_email = jupyter@googlegroups.org url = https://jupyter.org +project_urls = + Documentation = https://jupyter-core.readthedocs.io/ + Source = https://github.com/jupyter/jupyter_core + Tracker = https://github.com/jupyter/jupyter_core/issues license = BSD-3-Clause license_file = COPYING.md classifiers = From cc197e5cb102deb47198daaaf3cc3fd1a539064d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Linhart?= Date: Thu, 7 Apr 2022 15:00:40 +0200 Subject: [PATCH 2/2] Add funding URL to setup.cfg --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index bb551c9..e245b67 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,6 +9,7 @@ author_email = jupyter@googlegroups.org url = https://jupyter.org project_urls = Documentation = https://jupyter-core.readthedocs.io/ + Funding = https://numfocus.org/ Source = https://github.com/jupyter/jupyter_core Tracker = https://github.com/jupyter/jupyter_core/issues license = BSD-3-Clause