From 59ff7f713e5e048f63f1199a6250528f041a83a1 Mon Sep 17 00:00:00 2001 From: Pieter Pas Date: Tue, 22 Nov 2022 00:18:07 +0100 Subject: [PATCH] Depend on flit_core instead of flit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ec1601a..1fb1282 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["distlib", "flit", "tomli>=1.2.3,<3; python_version < '3.11'"] +requires = ["distlib", "flit_core>=3.7,<4", "tomli>=1.2.3,<3; python_version < '3.11'"] build-backend = "py_build_cmake.build" backend-path = ["src"] @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ "distlib~=0.3.5", - "flit~=3.7", + "flit_core>=3.7,<4", "tomli>=1.2.3,<3; python_version < '3.11'", "click~=8.1.3", ]