Skip to content

Commit 96e898f

Browse files
fix: do not include gifs in ipyleaflet source distribution (26mb->27kb)
1 parent 1a8e573 commit 96e898f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

python/ipyleaflet/pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ source = "code"
4848
[project.urls]
4949
Homepage = "https://github.com/jupyter-widgets/ipyleaflet"
5050

51+
[tool.hatch.build.targets.sdist]
52+
exclude = [
53+
"*.gif"
54+
]
55+
5156
[tool.hatch.build.targets.wheel]
5257
packages = ["ipyleaflet"]
5358

0 commit comments

Comments
 (0)