Skip to content

Commit

Permalink
Merge pull request #6 from dtrodrigues/poetry-core
Browse files Browse the repository at this point in the history
use poetry_core to build
  • Loading branch information
benkehoe authored Mar 30, 2022
2 parents 0684cbf + f23a4bb commit 7095cc8
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 @@ -28,5 +28,5 @@ mypy = "^0.931"
types-dataclasses = { version = "*", python = "<3.7" }

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

0 comments on commit 7095cc8

Please sign in to comment.