notebook/pyproject.toml

21 lines
820 B
TOML
Raw Normal View History

2020-12-04 21:15:41 +08:00
[build-system]
2022-01-19 16:24:28 +08:00
requires = ["jupyter_packaging~=0.10", "jupyterlab>=4.0.0a19,<5"]
build-backend = "jupyter_packaging.build_api"
[license]
file="LICENSE"
[tool.jupyter-packaging.options]
skip-if-exists = ["retrolab/labextension/static/style.js", "retrolab/static/bundle.js"]
ensured-targets = ["retrolab/labextension/static/style.js", "retrolab/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]
2021-11-08 17:28:32 +08:00
ignore = ["app/**", "binder/**", "buildutils/**", "packages/**", "*.json", "yarn.lock", "readthedocs.yml", ".bumpversion.cfg", ".*", "lint-staged.config.js", "logo.*", "retrolab/labextension/**", "retrolab/schemas/**", "retrolab/static/**", "retrolab/template/**", "ui-tests/**"]