[2024-12-19] Add repo and changelog links to pyproject.toml
q
This commit is contained in:
parent
2219a148fd
commit
08d918675d
1 changed files with 4 additions and 0 deletions
|
@ -19,5 +19,9 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dynamic = ["version"]
|
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]
|
[tool.maturin]
|
||||||
features = ["pyo3/extension-module"]
|
features = ["pyo3/extension-module"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue