20 lines
597 B
TOML
20 lines
597 B
TOML
|
|
# Copyright (c) Jupyter Development Team.
|
||
|
|
# Distributed under the terms of the Modified BSD License.
|
||
|
|
|
||
|
|
[build-system]
|
||
|
|
requires = ["jupyter_packaging~=0.10,<2", "jupyterlab>=4.0.0a36,<5.0.0"]
|
||
|
|
build-backend = "jupyter_packaging.build_api"
|
||
|
|
|
||
|
|
[tool.jupyter-packaging.options]
|
||
|
|
ensured-targets = ["test_hyphens/labextension/package.json"]
|
||
|
|
|
||
|
|
[tool.jupyter-packaging.builder]
|
||
|
|
factory = "jupyter_packaging.npm_builder"
|
||
|
|
|
||
|
|
[tool.jupyter-packaging.build-args]
|
||
|
|
build_cmd = "build:labextension"
|
||
|
|
npm = ["jlpm"]
|
||
|
|
|
||
|
|
[tool.check-manifest]
|
||
|
|
ignore = ["test_hyphens/labextension/**", "yarn.lock", ".*", "package-lock.json"]
|