Skip to content

Commit

Permalink
Exclude node_modules from sdists (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Sep 13, 2024
1 parent a315fbc commit 8933530
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/jupytercad_core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ fields = ["description", "authors", "urls"]

[tool.hatch.build.targets.sdist]
artifacts = ["jupytercad_core/labextension"]
exclude = [".github", "binder"]
exclude = [".github", "binder", "node_modules"]

[tool.hatch.build.targets.wheel.shared-data]
"install.json" = "share/jupyter/labextensions/@jupytercad/jupytercad-core/install.json"
Expand Down
2 changes: 1 addition & 1 deletion python/jupytercad_lab/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ fields = ["description", "authors", "urls"]

[tool.hatch.build.targets.sdist]
artifacts = ["jupytercad_lab/labextension", "/jupytercad_lab/notebook/objects/_schema/*.py"]
exclude = [".github", "binder"]
exclude = [".github", "binder", "node_modules"]

[tool.hatch.build.targets.wheel]
artifacts = ["/jupytercad_lab/notebook/objects/_schema/*.py"]
Expand Down

0 comments on commit 8933530

Please sign in to comment.