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