From b55f321eec4f915ab276419c7cf285390c87246b Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Wed, 5 Jul 2023 22:50:45 -0700 Subject: [PATCH] build: use lighter `poety-core` --- py/pyproject.toml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/py/pyproject.toml.in b/py/pyproject.toml.in index 6672e8a..8a19061 100644 --- a/py/pyproject.toml.in +++ b/py/pyproject.toml.in @@ -12,5 +12,5 @@ python = "^3.5" pytest = "^4.6" [build-system] -requires = ["poetry>=0.12", "setuptools-cpp"] -build-backend = "poetry.masonry.api" +requires = ["poetry-core>=1.0", "setuptools-cpp"] +build-backend = "poetry.core.masonry.api"