From 8bd88bcbb8d9002ba34ae94d2c7925ff641614bd Mon Sep 17 00:00:00 2001 From: Arun Babu Neelicattu Date: Wed, 30 Sep 2020 14:51:58 +0200 Subject: [PATCH] build-backend: replace intreehooks w/ backend-path Resolves: python-poetry/poetry#3003 --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4e77b7945..363be9518 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -119,5 +119,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 = ["."]