Skip to content

Commit c315894

Browse files
committed
compute version dynamically from tag
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent ab802aa commit c315894

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "chaostoolkit-azure"
3-
version = "0.16.0"
3+
dynamic = ["version"]
44
description = "Chaos Toolkit Extension for Microsoft Azure"
55
authors = [
66
{name = "Chaos Toolkit", email = "contact@chaostoolkit.org"},
@@ -32,6 +32,7 @@ build-backend = "pdm.backend"
3232

3333
[tool.pdm]
3434
distribution = true
35+
version = { source = "scm" }
3536

3637
[tool.pdm.scripts]
3738
lint = {composite = ["ruff check ."]}

0 commit comments

Comments
 (0)