You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
627 B
TOML

[build-system]
requires = ["jupyter_packaging~=0.10,<2", "jupyterlab~=3.1"]
build-backend = "jupyter_packaging.build_api"
[tool.jupyter-packaging.options]
skip-if-exists = ["jupyterlite_echo_kernel/labextension/static/style.js"]
ensured-targets = ["jupyterlite_echo_kernel/labextension/static/style.js", "jupyterlite_echo_kernel/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 = ["jupyterlite_echo_kernel/labextension/**", "yarn.lock", ".*", "package-lock.json"]