1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
[build-system]
requires = ["jupyter_packaging~=0.10,<2", "jupyterlab~=4.0"]
build-backend = "jupyter_packaging.build_api"
[tool.jupyter-packaging.options]
skip-if-exists = ["labextension/package.json"]
ensured-targets = ["labextension/package.json"]
[tool.jupyter-packaging.builder]
factory = "jupyter_packaging.npm_builder"
[tool.jupyter-packaging.build-args]
build_cmd = "build:prod"
npm = ["jlpm"]
[tool.check-manifest]
ignore = ["labextension/**", "yarn.lock", ".*", "package-lock.json"]
|