fix: use poetry-dynamic-versioning backend wrapper

This commit is contained in:
Robert Kaussow 2023-08-25 00:28:39 +02:00
parent 4f6b8880c4
commit 7c1bab90c9
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,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]