mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-15 04:00:34 +08:00
a7ed40634f
* Improve the bump version script * Add releaser `version-cmd` to `package.json` * Add `RH_VERSION_SPEC` to the check release workflow * Update version in package.json * Remove prepare script * Update MANIFEST.in * Add `check-manifest` ignore list * Remove old logo * Update ignore list * Update MANIFEST.in * Revert "Update MANIFEST.in" This reverts commit a0357d9084aaa239258337fdf8609ae36cd7e36a. * Update ignore list
21 lines
787 B
TOML
21 lines
787 B
TOML
[build-system]
|
|
requires = ["jupyter_packaging~=0.10", "jupyterlab>=3.1.0rc1,==3.1.*"]
|
|
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]
|
|
ignore = ["app/**", "binder/**", "buildutils/**", "packages/**", "*.json", "yarn.lock", "readthedocs.yml", ".bumpversion.cfg", ".*", "lint-staged.config.js", "logo.*", "retrolab/labextension/**", "retrolab/static/**", "retrolab/template/**"]
|