Skip to content

Commit 3e1a2e2

Browse files
authored
Update setup.py
1 parent f68a38b commit 3e1a2e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clear_cell_outputs/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
HERE = Path(__file__).parent.resolve()
1010

1111
# The name of the project
12-
name = "clear_cell_outputs"
12+
name = "jupyterlab_examples_toolbar_button"
1313

1414
lab_path = (HERE / name.replace("-", "_") / "labextension")
1515

@@ -19,7 +19,7 @@
1919
str(lab_path / "static/style.js")
2020
]
2121

22-
labext_name = "clear-cell-outputs"
22+
labext_name = "@jupyterlab-examples/toolbar-button"
2323

2424
data_files_spec = [
2525
("share/jupyter/labextensions/%s" % labext_name, str(lab_path), "**"),

0 commit comments

Comments
 (0)