Skip to content

Commit 2feca8d

Browse files
committed
Exclude node_modules from sdist
1 parent 1cd9c57 commit 2feca8d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

python/jupytergis_core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fields = ["description", "authors", "urls"]
3939

4040
[tool.hatch.build.targets.sdist]
4141
artifacts = ["jupytergis_core/labextension"]
42-
exclude = [".github", "binder"]
42+
exclude = [".github", "binder", "node_modules"]
4343

4444
[tool.hatch.build.targets.wheel.shared-data]
4545
"jupytergis_core/labextension" = "share/jupyter/labextensions/@jupytergis/jupytergis-core"

python/jupytergis_lab/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ fields = ["description", "authors", "urls"]
4949

5050
[tool.hatch.build.targets.sdist]
5151
artifacts = ["jupytergis_lab/labextension", "/jupytergis_lab/notebook/objects/_schema/*.py"]
52-
exclude = [".github", "binder"]
52+
exclude = [".github", "binder", "node_modules"]
5353

5454
[tool.hatch.build.targets.wheel]
5555
artifacts = ["/jupytergis_lab/notebook/objects/_schema/*.py"]

python/jupytergis_qgis/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ fields = ["description", "authors", "urls"]
4242

4343
[tool.hatch.build.targets.sdist]
4444
artifacts = ["jupytergis_qgis/labextension", "/jupytergis_qgis/notebook/objects/_schema/*.py"]
45-
exclude = [".github", "binder"]
45+
exclude = [".github", "binder", "node_modules"]
4646

4747
[tool.hatch.build.targets.wheel]
4848
artifacts = ["/jupytergis_qgis/notebook/objects/_schema/*.py"]

0 commit comments

Comments
 (0)