use poetry-dynamic-versioning for PEP 517 builds

This commit is contained in:
Theodore Ni 2023-08-18 23:05:36 -07:00
parent 78cdf8cd93
commit 6d37c0c0e0
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474
1 changed files with 1 additions and 1 deletions

View File

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