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