From 97bec1ac71e88d95554f7f17fe77e42790067373 Mon Sep 17 00:00:00 2001 From: Olivier Verdier Date: Fri, 27 Sep 2024 14:43:52 +0200 Subject: [PATCH] CI: add build-system --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 88f4544..1d7f6bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,10 @@ dependencies = [ readme = "README.md" license = {file = "LICENSE"} +[build-system] +requires = ["setuptools >= 61.0"] +build-backend = "setuptools.build_meta" + [tool.pytest.ini_options] pythonpath = [ "."