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

View file

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