mirror of
https://git.sr.ht/~kivikakk/niar
synced 2024-12-22 18:22:24 +00:00
pyproject.toml: use scm version.
This commit is contained in:
parent
318af1aeb7
commit
bb65ae312c
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "niar"
|
||||
version = "0.1.1"
|
||||
dynamic = ["version"]
|
||||
description = "A small framework for building projects with Amaranth"
|
||||
authors = [
|
||||
{ name = "Asherah Connor", email = "ashe@kivikakk.ee" },
|
||||
|
@ -22,6 +22,9 @@ build-backend = "pdm.backend"
|
|||
[tool.pdm]
|
||||
distribution = true
|
||||
|
||||
[tool.pdm.version]
|
||||
source = "scm"
|
||||
|
||||
[tool.pdm.dev-dependencies]
|
||||
test = [
|
||||
"pytest>=8.2.2",
|
||||
|
|
Loading…
Reference in a new issue