From 5ba4025908a1b9db4db81b2da2c0584e08aff122 Mon Sep 17 00:00:00 2001 From: Kiskae Date: Fri, 11 Aug 2023 18:01:13 +0200 Subject: [PATCH] arq: add 'hatchling' override --- overrides/build-systems.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index a9cfed3..bd5b08c 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -949,6 +949,9 @@ "arpy": [ "setuptools" ], + "arq": [ + "hatchling" + ], "arrayqueues": [ "setuptools" ],