From 63e1f094b63f83d060c939256d3ad5284e8cda9c Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Mon, 23 Oct 2023 17:01:32 +0300 Subject: [PATCH] Update build-system to allow for editable installs --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0831c09..0d3b72e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,5 +26,5 @@ pytest-cov = "^2.6" pytest-datafiles = "^2.0" [build-system] -requires = ["poetry>=0.12"] -build-backend = "poetry.masonry.api" +requires = ["poetry-core"] +build-backend = "poetry.core.masonry.api" \ No newline at end of file