From bc302f9df791595311642f3a6a8beb152bccb945 Mon Sep 17 00:00:00 2001 From: Victor Engmark Date: Tue, 13 Dec 2022 15:50:07 +1300 Subject: [PATCH] fix: Build rio-tiler 4.0.0+ with hatchling As per . --- overrides/build-systems.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index b3dc4e6..a6194a7 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -14591,7 +14591,14 @@ "setuptools" ], "rio-tiler": [ - "flit-core" + { + "buildSystem": "flit-core", + "until": "4.0.0" + }, + { + "buildSystem": "hatchling", + "from": "4.0.0" + } ], "ripe-atlas-cousteau": [ "setuptools"