Skip to content

Commit 0064ef8

Browse files
authored
Use poetry-core as the build backend instead of full poetry
1 parent a4b4468 commit 0064ef8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ pytest = "^6.2.2"
2121
filecheck = "filecheck.filecheck:main"
2222

2323
[build-system]
24-
requires = ["poetry>=0.12"]
25-
build-backend = "poetry.masonry.api"
24+
requires = ["poetry-core"]
25+
build-backend = "poetry.core.masonry.api"
2626

2727
[tool.black]
2828
line-length = 80

0 commit comments

Comments
 (0)