From 8fdc5b6cf344d7059bb4f9337ef4eabf53357879 Mon Sep 17 00:00:00 2001 From: Vincent Adam Date: Wed, 3 Jul 2024 19:37:19 +0200 Subject: [PATCH] undo comment build-system --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 001ce8c..0e8824e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ approved_libraries = [ "utilities" ] -# [build-system] -# requires = ["poetry>=1.0.0"] -# build-backend = "poetry.masonry.api" +[build-system] +requires = ["poetry>=1.0.0"] +build-backend = "poetry.masonry.api"