1 parent e1cea49 commit 7843b06Copy full SHA for 7843b06
1 file changed
pyproject.toml
@@ -1,12 +1,12 @@
1
# pyproject.toml
2
3
[build-system]
4
-requires = ["hatchling"]
+requires = ["hatchling", "hatch-vcs"]
5
build-backend = "hatchling.build"
6
7
[project]
8
name = "transformer_nuggets"
9
-version = "0.0.1"
+dynamic = ["version"]
10
authors = [{ name = "Driss Guessous", email = "drisspguessous@gmail.com" }]
11
description = "A place to store reusable transformer components found around the interwebs"
12
readme = "README.md"
@@ -49,6 +49,8 @@ llama = [
49
]
50
51
# ---------- TOOL CONFIGURATIONS ------------
52
+[tool.hatch.version]
53
+source = "vcs"
54
55
# ---------- RUFF ------------
56
[tool.ruff]
0 commit comments