fix: use poetry-dynamic-versioning for PEP 517 builds (#541)

This commit is contained in:
Theodore Ni 2023-08-24 15:09:52 -07:00 committed by GitHub
parent 0cf7fc9ce2
commit b979852f71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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