1
0
Fork 0
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:
Asherah Connor 2024-07-04 18:25:41 +03:00
parent 318af1aeb7
commit bb65ae312c

View file

@ -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",