Skip to content

Commit f68a38b

Browse files
authored
Update pyproject.toml
1 parent 9efee2b commit f68a38b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clear_cell_outputs/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ requires = ["jupyter_packaging~=0.10,<2", "jupyterlab~=3.0"]
33
build-backend = "jupyter_packaging.build_api"
44

55
[tool.jupyter-packaging.options]
6-
skip-if-exists = ["clear_cell_outputs/labextension/static/style.js"]
7-
ensured-targets = ["clear_cell_outputs/labextension/static/style.js", "clear_cell_outputs/labextension/package.json"]
6+
skip-if-exists = ["jupyterlab_examples_toolbar_button/labextension/static/style.js"]
7+
ensured-targets = ["jupyterlab_examples_toolbar_button/labextension/static/style.js", "jupyterlab_examples_toolbar_button/labextension/package.json"]
88

99
[tool.jupyter-packaging.builder]
1010
factory = "jupyter_packaging.npm_builder"
@@ -14,4 +14,4 @@ build_cmd = "build:prod"
1414
npm = ["jlpm"]
1515

1616
[tool.check-manifest]
17-
ignore = ["clear_cell_outputs/labextension/**", "yarn.lock", ".*", "package-lock.json"]
17+
ignore = ["jupyterlab_examples_toolbar_button/labextension/**", "yarn.lock", ".*", "package-lock.json"]

0 commit comments

Comments
 (0)