Skip to content

Commit 67dbaf1

Browse files
committed
Add dynamic tag-based versioning to acidwatch cli
1 parent 67af4cc commit 67dbaf1

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

backend/packages/acidwatch/pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[project]
22
name = "acidwatch"
3-
version = "0.1.0"
43
description = "CLI for AcidWatch"
54
readme = "README.md"
65
requires-python = ">=3.12, <3.14"
76
dependencies = []
7+
dynamic = ["version"]
88

99
[project.scripts]
1010
acidwatch = "acidwatch.cli:main"
@@ -18,5 +18,8 @@ dev = [
1818
]
1919

2020
[build-system]
21-
requires = ["hatchling"]
21+
requires = ["hatchling", "uv-dynamic-versioning"]
2222
build-backend = "hatchling.build"
23+
24+
[tool.hatch.version]
25+
source = "uv-dynamic-versioning"

0 commit comments

Comments
 (0)