From 96baeb6e6d7c6b2fc3a1ec8895aa995e2105e04b Mon Sep 17 00:00:00 2001 From: Eric Charles Date: Tue, 13 Aug 2024 15:33:30 +0200 Subject: [PATCH] fix: packaging --- package.json | 2 +- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index b63733c..55549e1 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "watch:src": "tsc -w" }, "dependencies": { - "@datalayer/run": "^0.1.14" + "@datalayer/run": "^0.1.15" }, "devDependencies": { "@babel/core": "^7.21.0", diff --git a/pyproject.toml b/pyproject.toml index 93f0db0..36011ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,6 @@ exclude = [".github", "binder", ".yarn"] [tool.hatch.build.targets.wheel] artifacts = [ "datalayer_core/static", - "datalayer_core/labextension", "datalayer_core/about/about.md", ]