From 466a0aadbc02fb9b1e8bb6e9b55e03d4c3deebe2 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Fri, 16 Feb 2024 17:12:03 +0000 Subject: [PATCH] Update build system to flit_core --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 63d5e03..8624d81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] -requires = ["flit"] -build-backend = "flit.buildapi" +requires = ["flit_core >=2,<4"] +build-backend = "flit_core.buildapi" [project] name = "norlabcontrollib" @@ -42,4 +42,4 @@ line-length = 90 disable = "C0330, C0326" [tool.pylint.format] -max-line-length = "90" \ No newline at end of file +max-line-length = "90"