From e0aaf53fdb3ab2f60c27c1ec74ce361eca5278d6 Mon Sep 17 00:00:00 2001 From: Sandro Date: Fri, 1 Dec 2023 17:04:00 +0100 Subject: [PATCH] Use correct build-backend for poetry-core --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 03f43fe..ee63c98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -128,4 +128,4 @@ color = true [build-system] requires = ["poetry-core>=1.4.0"] -build-backend = "poetry.masonry.api" +build-backend = "poetry.core.masonry.api"