Skip to content

Commit 466c7d9

Browse files
committed
fix: revert build backend to poetry.core.masonry.api for pip compatibility
1 parent 8f25e81 commit 466c7d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ relative_files = true
7070
[tool.poetry.scripts]
7171

7272
[build-system]
73-
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
74-
build-backend = "poetry-dynamic-versioning.backend"
73+
requires = ["poetry-core>=1.0.0"]
74+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)