Skip to content

Commit

Permalink
Add project URLs for Documentation, Bug Tracker and Source
Browse files Browse the repository at this point in the history
These will show up in PyPI
  • Loading branch information
alcrene committed Sep 4, 2023
1 parent 9f91205 commit b66e3b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit b66e3b6

Please sign in to comment.