From 6809f2472f5a9e865b7e47064316e080e1cf6372 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Fri, 16 Feb 2024 16:45:09 +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 ed3d55b8..81ae9b35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,8 +3,8 @@ line-length = 88 target-version = ['py36', 'py37', 'py38'] [build-system] -requires = ["flit"] -build-backend = "flit.buildapi" +requires = ["flit_core >=2,<4"] +build-backend = "flit_core.buildapi" [tool.flit.metadata] module = "fbchat"