Skip to content

Commit

Permalink
Fix poetry-dynamic-versioning for PEP 517 builds (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjni authored Aug 12, 2023
1 parent bd74b66 commit 9e4fb3a
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 @@ -142,4 +142,4 @@ skip = [".venv", ".git", ".cache", ".tox"]

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

0 comments on commit 9e4fb3a

Please sign in to comment.