Skip to content

Commit ab0c6bb

Browse files
authoredAug 30, 2024
Merge pull request #9 from erictapen/patch-1
Use poetry-core as build backend
2 parents 952dffc + 608f727 commit ab0c6bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
2-
requires = ["poetry>=1.0.0"]
3-
build-backend = "poetry.masonry.api"
2+
requires = ["poetry-core>=1.0.0"]
3+
build-backend = "poetry.core.masonry.api"
44

55
[tool]
66
[tool.poetry]

0 commit comments

Comments
 (0)