From e3e896ab3abb9502a564289b60543216f207b030 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Mon, 16 May 2022 05:42:04 -0500 Subject: [PATCH] use latest hatchling --- pyproject.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 497d91b0b..985e93d67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ "jupyterlab>=3.0.0,==3.*", - "hatchling" + "hatchling>=0.25" ] build-backend = "hatchling.build" @@ -97,9 +97,10 @@ ipengine = "ipyparallel.engine.app:main" # Used to call hatch_build.py [tool.hatch.build.hooks.custom] -[tool.hatch.build.force-include] -"./ipyparallel/labextension" = "ipyparallel/labextension" - +[tool.hatch.build] +artifacts = [ + "ipyparallel/labextension/**/*.*" +] [tool.hatch.build.targets.wheel.shared-data] "jupyter-config" = "etc/jupyter"