Skip to content

Commit 4e11900

Browse files
authored
Merge pull request #191 from hroncok/patch-1
Use poetry-core as the build backend instead of full poetry
2 parents 12d4efa + 0a968dd commit 4e11900

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
@@ -30,8 +30,8 @@ pytest = ">=6.2.2"
3030
filecheck = "filecheck.filecheck:main"
3131

3232
[build-system]
33-
requires = ["poetry>=0.12"]
34-
build-backend = "poetry.masonry.api"
33+
requires = ["poetry-core"]
34+
build-backend = "poetry.core.masonry.api"
3535

3636
[tool.black]
3737
line-length = 80

0 commit comments

Comments
 (0)