Skip to content

Commit 19e3410

Browse files
committed
Edit configuration file of jupyterlab extension
1 parent d7d7f21 commit 19e3410

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jupyterlab/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ file = "LICENSE"
4141
Homepage = "https://github.com/visualpython/visualpython"
4242

4343
[tool.hatch.build]
44+
directory = "../dist/jupyterlab"
4445
artifacts = [
4546
"visualpython/labextension",
4647
]
@@ -53,6 +54,7 @@ artifacts = [
5354
[tool.hatch.build.targets.sdist]
5455
exclude = [
5556
".github",
57+
"build.jupyterlab.sh",
5658
]
5759

5860
[tool.hatch.build.hooks.jupyter-builder]

0 commit comments

Comments
 (0)