There was an error while loading. Please reload this page.
1 parent 67af4cc commit 67dbaf1Copy full SHA for 67dbaf1
1 file changed
backend/packages/acidwatch/pyproject.toml
@@ -1,10 +1,10 @@
1
[project]
2
name = "acidwatch"
3
-version = "0.1.0"
4
description = "CLI for AcidWatch"
5
readme = "README.md"
6
requires-python = ">=3.12, <3.14"
7
dependencies = []
+dynamic = ["version"]
8
9
[project.scripts]
10
acidwatch = "acidwatch.cli:main"
@@ -18,5 +18,8 @@ dev = [
18
]
19
20
[build-system]
21
-requires = ["hatchling"]
+requires = ["hatchling", "uv-dynamic-versioning"]
22
build-backend = "hatchling.build"
23
+
24
+[tool.hatch.version]
25
+source = "uv-dynamic-versioning"
0 commit comments