From 6216aa00a8ed5a0118f95ce71729a61d7ee0ae80 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Mon, 28 Oct 2024 15:24:21 +0000 Subject: [PATCH] Update build system to flit_core --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1c8f036..65dd264 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,6 @@ [build-system] -requires = ["flit"] -build-backend = "flit.buildapi" - +requires = ["flit_core >=2,<4"] +build-backend = "flit_core.buildapi" [tool.flit.metadata] module = "sidekick"