Skip to content

Commit

Permalink
Revert "changed build-system from itself to poetry"
Browse files Browse the repository at this point in the history
This reverts commit 1121d06
  • Loading branch information
Cielquan committed Jun 7, 2020
1 parent b9c381b commit 0b5eb0b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ poetry = "poetry.console:main"


[build-system]
requires = ["poetry>=0.12"]
requires = ["intreehooks"]
build-backend = "intreehooks:loader"

[tool.intreehooks]
build-backend = "poetry.masonry.api"


Expand Down

0 comments on commit 0b5eb0b

Please sign in to comment.