Skip to content

Commit

Permalink
Dynamic versioning backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Weichart committed Sep 11, 2024
1 parent ecfa5d5 commit c54298f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ reportUnboundVariable = "warning"
reportPrivateImportUsage = "none" # -> commented out raises 144 errors

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
build-backend = "poetry_dynamic_versioning.backend"

0 comments on commit c54298f

Please sign in to comment.