Add project URLs to setup.cfg

Adding project URLs (especially source code URL) makes it easier for dependency management tools (like Renovate).
Tomáš Linhart 4 years ago committed by GitHub
parent c0aa1aec37
commit 09ec136e62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save