pyproject.toml 567 B

1234567891011121314151617
  1. [build-system]
  2. requires = ["jupyter_packaging~=0.10,<2", "jupyterlab~=3.1"]
  3. build-backend = "jupyter_packaging.build_api"
  4. [tool.jupyter-packaging.options]
  5. skip-if-exists = ["yili-dag/labextension/static/style.js"]
  6. ensured-targets = ["yili-dag/labextension/static/style.js", "yili-dag/labextension/package.json"]
  7. [tool.jupyter-packaging.builder]
  8. factory = "jupyter_packaging.npm_builder"
  9. [tool.jupyter-packaging.build-args]
  10. build_cmd = "build:prod"
  11. npm = ["jlpm"]
  12. [tool.check-manifest]
  13. ignore = ["yili-dag/labextension/**", "yarn.lock", ".*", "package-lock.json"]