From 183057ccb93cb5af5f06076df72861e0fa6f9e82 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Mon, 28 Oct 2024 14:22:00 +0000 Subject: [PATCH] Update build system to flit_core --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f9a4d17..0852076 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] -requires = ["flit"] -build-backend = "flit.buildapi" +requires = ["flit_core >=2,<4"] +build-backend = "flit_core.buildapi" [tool.flit.metadata] module = "pycodestyle_magic"