Skip to content

Commit e7d3aef

Browse files
committed
use pep440 style dynamic versioning
1 parent 5366b13 commit e7d3aef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)