Skip to content

Commit

Permalink
build-backend: replace intreehooks w/ backend-path
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed Sep 30, 2020
1 parent 8393d12 commit 5bba4d8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ vendoring = {version = "^0.3", python = "~3.8"}
pep517 = "^0.8.2"
"backports.tempfile" = {version = "^1.0", python = "~2.7"}

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

[tool.black]
line-length = 88
include = '\.pyi?$'
Expand Down Expand Up @@ -119,5 +116,6 @@ appdirs = []
pyrsistent = "https://raw.githubusercontent.com/tobgu/pyrsistent/master/LICENCE.mit"

[build-system]
requires = ["intreehooks"]
build-backend = "intreehooks:loader"
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
backend-path = ["."]

0 comments on commit 5bba4d8

Please sign in to comment.