From a2b1bf66eb6d0496f60a834b5adecbd59f034943 Mon Sep 17 00:00:00 2001 From: Iurii Skorniakov Date: Wed, 18 Oct 2023 15:13:11 +0300 Subject: [PATCH] Update build system to poetry-core --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7e214c0..3c83cfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,8 +51,8 @@ sphinx-rtd-theme = "^1.3.0rc1" sphinx-autodoc-typehints = "*" [build-system] -requires = ["poetry>=0.12", "poetry-dynamic-versioning"] -build-backend = "poetry.masonry.api" +requires = ["poetry_core>=1.0.0", "poetry-dynamic-versioning"] +build-backend = "poetry.core.masonry.api" [tool.pytest.ini_options] testpaths = ["tests"]