Skip to content

Commit

Permalink
Merge pull request #363 from jameshilliard/fix-version-attr
Browse files Browse the repository at this point in the history
Fix version attr module path with setuptools static attr parser
  • Loading branch information
RazerM authored Nov 10, 2023
2 parents a589aaa + 3b7d90b commit 11e7932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ nteventlog = ["pywin32; platform_system == 'Windows'"]
docs = ["Sphinx>=5"]

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

[tool.setuptools]
package-dir = { "" = "src" }
Expand Down

0 comments on commit 11e7932

Please sign in to comment.