Llama-3.1-8B-DALv0.1
/
venv
/lib
/python3.12
/site-packages
/jupyterlab
/tests
/mock_packages
/test-hyphens
/pyproject.toml
# Copyright (c) Jupyter Development Team. | |
# Distributed under the terms of the Modified BSD License. | |
[build-system] | |
requires = ["jupyter_packaging~=0.10,<2", "jupyterlab>=4.0.0a36,<5.0.0"] | |
build-backend = "jupyter_packaging.build_api" | |
[tool.jupyter-packaging.options] | |
ensured-targets = ["test_hyphens/labextension/package.json"] | |
[tool.jupyter-packaging.builder] | |
factory = "jupyter_packaging.npm_builder" | |
[tool.jupyter-packaging.build-args] | |
build_cmd = "build:labextension" | |
npm = ["jlpm"] | |
[tool.check-manifest] | |
ignore = ["test_hyphens/labextension/**", "yarn.lock", ".*", "package-lock.json"] | |