Skip to content

Commit 79adbf1

Browse files
committed
Fix dynamic version not set
1 parent 026427e commit 79adbf1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ dev = [
6262
[tool.setuptools.packages.find]
6363
include = ["bibtexautocomplete*"]
6464

65+
[tool.setuptools.dynamic]
66+
version = {attr = "bibtexautocomplete.__version__"}
67+
6568
[tool.ruff]
6669
line-length = 120
6770

0 commit comments

Comments
 (0)