Skip to content

Commit 35c249f

Browse files
committed
Implement vcs controlled versioning
1 parent 0a5fe53 commit 35c249f

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
2+
dynamic=["version"]
23
name = "simplefin"
3-
version = "0.2.dev"
44
description = "Add your description here"
55
readme = "README.md"
66
authors = [
@@ -17,7 +17,7 @@ dependencies = [
1717
simplefin = "simplefin:cli"
1818

1919
[build-system]
20-
requires = ["hatchling"]
20+
requires = ["hatchling", "hatch-vcs"]
2121
build-backend = "hatchling.build"
2222

2323
[dependency-groups]
@@ -26,3 +26,7 @@ dev = [
2626
"pytest-httpx>=0.35.0",
2727
"ruff>=0.9.0",
2828
]
29+
30+
[tool.hatch.version]
31+
source = "vcs"
32+
raw-options = { local_scheme = "no-local-version" }

0 commit comments

Comments
 (0)