12345678910111213141516171819202122232425 |
- [build-system]
- requires=["jupyter_packaging~=0.9"]
- build-backend = "jupyter_packaging.build_api"
- [license]
- file="LICENSE"
- [tool.jupyter-packaging.builder]
- factory = "jupyter_packaging.npm_builder"
- [tool.jupyter-packaging.build-args]
- build_cmd = "build:prod:minimize"
- path = "jupyterlab/staging"
- source_dir= "jupyterlab/staging"
- build_dir = "jupyterlab/static"
- npm = ["node", "yarn.js"]
- [tool.pytest.ini_options]
- testpaths="jupyterlab/tests"
- norecursedirs="node_modules .git _build"
- addopts="--pdbcls=IPython.terminal.debugger:Pdb -v --junitxml=junit.xml"
- ignore="tests examples"
- [tool.check-manifest]
- ignore = ["binder/**", "builder/**", "buildutils/**", "design/**", "dev_mode/**", "examples/**", "packages/**", "scripts/**", "testutils/**", "*.json", "yarn.lock", "readthedocs.yml", ".bumpversion.cfg", ".*", "clean.py", "lint-staged.config.js", "release/*", "typedoc-theme/**", "typedoc.js", "jupyterlab/schemas/**", "jupyterlab/static/**", "jupyterlab/themes/**", "jupyterlab/style.js"]
|