Skip to content

Commit

Permalink
Merge pull request #108 from fabaff/patch-1
Browse files Browse the repository at this point in the history
Switch to poetry-core
  • Loading branch information
tmbo committed Jan 18, 2021
2 parents 11ceb8e + 33616f5 commit 172d12d
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
@@ -1,6 +1,6 @@
[build-system]
requires = [ "poetry>=1.0.5",]
build-backend = "poetry.masonry.api"
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.black]
line-length = 88
Expand Down

0 comments on commit 172d12d

Please sign in to comment.