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

This commit is contained in:
Theodore Ni 2023-08-24 15:27:05 -07:00 committed by GitHub
parent 50ea5608d3
commit bb526ed483
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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]