Skip to content

Commit

Permalink
Add a build system (intreehooks) (python-poetry#1684)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater authored and shenek committed Dec 31, 2019
1 parent b4aa5a8 commit 6504b5f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@ httpretty = "^0.9.6"
poetry = "poetry.console:main"


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

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


[tool.isort]
line_length = 88
force_single_line = true
Expand Down

0 comments on commit 6504b5f

Please sign in to comment.