Skip to content

Commit 7843b06

Browse files
committed
Fix release
1 parent e1cea49 commit 7843b06

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# pyproject.toml
22

33
[build-system]
4-
requires = ["hatchling"]
4+
requires = ["hatchling", "hatch-vcs"]
55
build-backend = "hatchling.build"
66

77
[project]
88
name = "transformer_nuggets"
9-
version = "0.0.1"
9+
dynamic = ["version"]
1010
authors = [{ name = "Driss Guessous", email = "drisspguessous@gmail.com" }]
1111
description = "A place to store reusable transformer components found around the interwebs"
1212
readme = "README.md"
@@ -49,6 +49,8 @@ llama = [
4949
]
5050

5151
# ---------- TOOL CONFIGURATIONS ------------
52+
[tool.hatch.version]
53+
source = "vcs"
5254

5355
# ---------- RUFF ------------
5456
[tool.ruff]

0 commit comments

Comments
 (0)