Skip to content

Commit 83344f3

Browse files
committed
use pep440 style dynamic versioning
1 parent 8918bfe commit 83344f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ version = "0.0.0" # Version will be calculated dynamically.
2727

2828
[tool.poetry-dynamic-versioning]
2929
enable = true
30+
style = "pep440" # Ensures compatibility with PyPI
3031

3132
[tool.poetry.dependencies]
3233
python = ">=3.10,<3.13"

0 commit comments

Comments
 (0)