We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d1e9a4 commit 6026ebeCopy full SHA for 6026ebe
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "reflex-chakra"
3
-version = "0.8.1"
+dynamic = ["version"]
4
description = "reflex using chakra components"
5
authors = [{ name = "Elijah Ahianyo", email = "elijahahianyo@gmail.com" }]
6
maintainers = [
@@ -15,12 +15,15 @@ dependencies = ["reflex >=0.8.0dev"]
15
16
17
[build-system]
18
-requires = ["hatchling"]
+requires = ["hatchling", "uv-dynamic-versioning"]
19
build-backend = "hatchling.build"
20
21
[tool.hatch.build]
22
include = ["reflex_chakra"]
23
24
+[tool.hatch.version]
25
+source = "uv-dynamic-versioning"
26
+
27
[dependency-groups]
28
dev = ["ruff", "pyright"]
29
0 commit comments