Skip to content

Commit d3b07af

Browse files
fix: do not include .yarn dir in jupyter-leaflet source, (54mbmb->1.3mb)
1 parent 96e898f commit d3b07af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/jupyter_leaflet/pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ source = "nodejs"
5555
[tool.hatch.build.targets.sdist]
5656
exclude = [
5757
".github",
58+
".yarn",
5859
]
5960

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

0 commit comments

Comments
 (0)