From b66e3b67c17d8a65090a57451b94c9f82dcc4a95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20Ren=C3=A9?= Date: Mon, 4 Sep 2023 12:27:08 +0200 Subject: [PATCH] Add project URLs for Documentation, Bug Tracker and Source These will show up in PyPI --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 1630d85..7ca5e4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,5 +37,11 @@ docs = ["sphinx", "myst-parser", "sphinx-book-theme", "sphinxcontrib-mermaid"] test = ["coverage", "pytest", "numpy", "scipy", "blosc", "torch", "pint", "quantities"] +[project.urls] +"Documentation" = "https://scityping.readthedocs.io/" +"Bug Tracker" = "https://github.com/alcrene/scityping/issues" +"Source" = "https://github.com/alcrene/scityping" + + [tool.setuptools_scm] write_to = "scityping/_version.py" \ No newline at end of file