Skip to content

Commit 036c734

Browse files
committed
Fixed build
1 parent 47d6d9c commit 036c734

File tree

2 files changed

+1
-223
lines changed

2 files changed

+1
-223
lines changed

package.json

Lines changed: 0 additions & 207 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["hatchling>=1.5.0", "jupyterlab>=4.0.0,<5", "hatch-nodejs-version>=0.3.2"]
2+
requires = ["hatchling>=1.5.0"]
33
build-backend = "hatchling.build"
44

55
[project]
@@ -50,26 +50,11 @@ test = [
5050
[tool.hatch.version]
5151
path = "jupyter_ai_litellm/_version.py"
5252

53-
5453
[tool.hatch.build.targets.wheel.shared-data]
5554
"jupyter-config/server-config" = "etc/jupyter/jupyter_server_config.d"
5655

57-
[tool.hatch.build.hooks.version]
58-
path = "jupyter_ai_litellm/_version.py"
59-
60-
[tool.hatch.build.hooks.jupyter-builder]
61-
dependencies = ["hatch-jupyter-builder>=0.5"]
62-
build-function = "hatch_jupyter_builder.npm_builder"
63-
ensured-targets = [
64-
"jupyter_ai_litellm/labextension/static/style.js",
65-
"jupyter_ai_litellm/labextension/package.json",
66-
]
67-
skip-if-exists = ["jupyter_ai_litellm/labextension/static/style.js"]
68-
6956
[tool.jupyter-releaser.options]
7057
version_cmd = "hatch version"
7158

72-
before-build-python = ["jlpm clean:all"]
73-
7459
[tool.check-wheel-contents]
7560
ignore = ["W002"]

0 commit comments

Comments
 (0)