From 6c6a4644286f469af15c59a6ce1975e274e9246d Mon Sep 17 00:00:00 2001 From: Victor Engmark Date: Fri, 3 Feb 2023 15:54:12 +1300 Subject: [PATCH] fix: Add hatchling for ypy-websocket build --- overrides/build-systems.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index 7ff7827..b7ecdc8 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -19263,6 +19263,9 @@ "yoyo-migrations": [ "setuptools" ], + "ypy-websocket": [ + "hatchling" + ], "yq": [ "setuptools", "setuptools-scm"