Commit 648f7c58 by Sébastien Eustace Committed by GitHub

Add a build system (intreehooks) (#1684)

parent 497cacdf
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment