We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a5fe53 commit 35c249fCopy full SHA for 35c249f
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
+dynamic=["version"]
3
name = "simplefin"
-version = "0.2.dev"
4
description = "Add your description here"
5
readme = "README.md"
6
authors = [
@@ -17,7 +17,7 @@ dependencies = [
17
simplefin = "simplefin:cli"
18
19
[build-system]
20
-requires = ["hatchling"]
+requires = ["hatchling", "hatch-vcs"]
21
build-backend = "hatchling.build"
22
23
[dependency-groups]
@@ -26,3 +26,7 @@ dev = [
26
"pytest-httpx>=0.35.0",
27
"ruff>=0.9.0",
28
]
29
+
30
+[tool.hatch.version]
31
+source = "vcs"
32
+raw-options = { local_scheme = "no-local-version" }
0 commit comments