From 99eea1d168fdbbc05710b0689b24fbe092d6542b Mon Sep 17 00:00:00 2001 From: Victor Engmark Date: Fri, 3 Feb 2023 15:53:30 +1300 Subject: [PATCH] fix: Add hatchling for jupyter-ydoc build --- overrides/build-systems.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index 0cef2b9..7ff7827 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -7939,6 +7939,9 @@ "jupyter-telemetry": [ "setuptools" ], + "jupyter-ydoc": [ + "hatchling" + ], "jupyterhub": [ "setuptools" ],