You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
820 B
21 lines
820 B
[build-system]
|
|
requires = ["jupyter_packaging~=0.10", "jupyterlab>=4.0.0a20,<5"]
|
|
build-backend = "jupyter_packaging.build_api"
|
|
|
|
[license]
|
|
file="LICENSE"
|
|
|
|
[tool.jupyter-packaging.options]
|
|
skip-if-exists = ["notebook/labextension/static/style.js", "notebook/static/bundle.js"]
|
|
ensured-targets = ["notebook/labextension/static/style.js", "notebook/static/bundle.js"]
|
|
|
|
[tool.jupyter-packaging.builder]
|
|
factory = "jupyter_packaging.npm_builder"
|
|
|
|
[tool.jupyter-packaging.build-args]
|
|
build_cmd = "build:prod"
|
|
npm = ["jlpm"]
|
|
|
|
[tool.check-manifest]
|
|
ignore = ["app/**", "binder/**", "buildutils/**", "packages/**", "*.json", "yarn.lock", "readthedocs.yml", ".bumpversion.cfg", ".*", "lint-staged.config.js", "logo.*", "notebook/labextension/**", "notebook/schemas/**", "notebook/static/**", "notebook/template/**", "ui-tests/**"]
|