Skip to content

Commit

Permalink
fix wheel python package versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
shapiromatron committed Aug 3, 2024
1 parent d2e44d6 commit e975e4a
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 @@ -119,6 +119,9 @@ lint.isort.known-first-party = ["pybmds"]
"test_*.py" = ["S101", "S106"]
"setup.py" = ["S603", "S607"]

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

[tool.setuptools.packages.find]
where = ["src"]
include = ["pybmds*"]

0 comments on commit e975e4a

Please sign in to comment.