Skip to content

Commit

Permalink
Fix dynamic version not set
Browse files Browse the repository at this point in the history
  • Loading branch information
dlesbre committed Feb 20, 2024
1 parent 026427e commit 79adbf1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ dev = [
[tool.setuptools.packages.find]
include = ["bibtexautocomplete*"]

[tool.setuptools.dynamic]
version = {attr = "bibtexautocomplete.__version__"}

[tool.ruff]
line-length = 120

Expand Down

0 comments on commit 79adbf1

Please sign in to comment.