Skip to content

Commit

Permalink
fix: use poetry-dynamic-versioning backend wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys committed Aug 24, 2023
1 parent 8be6b5b commit 99f4262
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 @@ -77,7 +77,7 @@ filterwarnings = [
omit = ["**/test/*"]

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

[tool.ruff]
Expand Down

0 comments on commit 99f4262

Please sign in to comment.