Skip to content

Commit 2a62826

Browse files
authored
Add project URLs to setup.cfg
Adding project URLs (especially source code URL) makes it easier for dependency management tools (like Renovate).
1 parent 5ae1159 commit 2a62826

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ long_description_content_type = text/plain
77
author = Jupyter Development Team
88
author_email = [email protected]
99
url = https://jupyter.org
10+
project_urls =
11+
Documentation = https://jupyter-core.readthedocs.io/
12+
Source = https://github.com/jupyter/jupyter_core
13+
Tracker = https://github.com/jupyter/jupyter_core/issues
1014
license = BSD-3-Clause
1115
license_file = COPYING.md
1216
classifiers =

0 commit comments

Comments
 (0)