Skip to content

Commit

Permalink
Merge pull request #191 from hroncok/patch-1
Browse files Browse the repository at this point in the history
Use poetry-core as the build backend instead of full poetry
  • Loading branch information
stanislaw authored Jan 10, 2023
2 parents 12d4efa + 0a968dd commit 4e11900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ pytest = ">=6.2.2"
filecheck = "filecheck.filecheck:main"

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.black]
line-length = 80

0 comments on commit 4e11900

Please sign in to comment.