pyproject.toml 996 B

12345678910111213141516171819202122232425
  1. [build-system]
  2. requires=["jupyter_packaging~=0.9"]
  3. build-backend = "jupyter_packaging.build_api"
  4. [license]
  5. file="LICENSE"
  6. [tool.jupyter-packaging.builder]
  7. factory = "jupyter_packaging.npm_builder"
  8. [tool.jupyter-packaging.build-args]
  9. build_cmd = "build:prod:minimize"
  10. path = "jupyterlab/staging"
  11. source_dir= "jupyterlab/staging"
  12. build_dir = "jupyterlab/static"
  13. npm = ["node", "yarn.js"]
  14. [tool.pytest.ini_options]
  15. testpaths="jupyterlab/tests"
  16. norecursedirs="node_modules .git _build"
  17. addopts="--pdbcls=IPython.terminal.debugger:Pdb -v --junitxml=junit.xml"
  18. ignore="tests examples"
  19. [tool.check-manifest]
  20. 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"]