Skip to content

Commit 6026ebe

Browse files
authored
use dynamic versioning (#45)
1 parent 1d1e9a4 commit 6026ebe

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "reflex-chakra"
3-
version = "0.8.1"
3+
dynamic = ["version"]
44
description = "reflex using chakra components"
55
authors = [{ name = "Elijah Ahianyo", email = "[email protected]" }]
66
maintainers = [
@@ -15,12 +15,15 @@ dependencies = ["reflex >=0.8.0dev"]
1515

1616

1717
[build-system]
18-
requires = ["hatchling"]
18+
requires = ["hatchling", "uv-dynamic-versioning"]
1919
build-backend = "hatchling.build"
2020

2121
[tool.hatch.build]
2222
include = ["reflex_chakra"]
2323

24+
[tool.hatch.version]
25+
source = "uv-dynamic-versioning"
26+
2427
[dependency-groups]
2528
dev = ["ruff", "pyright"]
2629

0 commit comments

Comments
 (0)