Skip to content

Commit

Permalink
pyproject.toml: use scm version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Jul 4, 2024
1 parent 318af1a commit bb65ae3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]" },
Expand All @@ -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",
Expand Down

0 comments on commit bb65ae3

Please sign in to comment.