Skip to content

Commit b14b9b1

Browse files
committed
fix versioning bug
1 parent f6a3e3e commit b14b9b1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ chef = "chef:main.main"
2121
[build-system]
2222
requires = ["setuptools >= 82.0.1"]
2323
build-backend = "setuptools.build_meta"
24+
25+
[tool.setuptools.dynamic]
26+
version = {attr = "chef.__init__.__version__"}

0 commit comments

Comments
 (0)