From bf29a0d04ec1123692489efeb65a79954d3803c4 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Mon, 28 Oct 2024 12:04:38 +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 ad8d2fb..3b3d60f 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" [tool.flit.metadata] module = "submark" @@ -14,4 +14,4 @@ classifiers = ["License :: OSI Approved :: MIT License"] test = ["pytest", "pytest-cov", "tox"] [tool.flit.scripts] -submark = "submark:main" \ No newline at end of file +submark = "submark:main"