From 887b02b980f30292642bae8383ab127485a7e1f5 Mon Sep 17 00:00:00 2001 From: Teemu Rytilahti Date: Sat, 2 Oct 2021 00:53:30 +0200 Subject: [PATCH] Use poetry-core as build-system --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a52240d45..fe73adc17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,5 +99,5 @@ exclude_lines = [ ignore = ["devtools/*"] [build-system] -requires = ["poetry>=0.12"] -build-backend = "poetry.masonry.api" +requires = ["poetry-core"] +build-backend = "poetry.core.masonry.api"