From 8f5741f13663253f737f120d66c7debd757fd85d Mon Sep 17 00:00:00 2001 From: Scott Stevenson Date: Thu, 12 Nov 2020 21:52:17 +0000 Subject: [PATCH] Change build backend to poetry-core --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aa31e1e..62b1414 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,5 +37,5 @@ pylint = "^2.6.0" pytest = "^4.1" [build-system] -requires = ["poetry>=0.12"] -build-backend = "poetry.masonry.api" +requires = ["poetry-core>=1.0.0"] +build-backend = "poetry.core.masonry.api"