[2024-12-19] Add repo and changelog links to pyproject.toml

q
This commit is contained in:
Andrew Conlin 2024-12-19 09:50:03 +00:00
parent 2219a148fd
commit 08d918675d

View File

@ -19,5 +19,9 @@ classifiers = [
]
dynamic = ["version"]
[project.urls]
Repository = "https://git.andrewconl.in/andrew/tictoc.git"
Changelog = "https://git.andrewconl.in/andrew/tictoc/src/branch/main/CHANGELOG.md"
[tool.maturin]
features = ["pyo3/extension-module"]