Skip to content

Commit 69d0963

Browse files
authored
Exclude images from package (#1397)
## Purpose ## * Reduce size of llm-compressor package ## Changes ## * Exclude all image files using `MANIFEST.in` Signed-off-by: Kyle Sayers <kylesayrs@gmail.com>
1 parent ef175d7 commit 69d0963

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
include LICENSE
1+
include LICENSE
2+
recursive-exclude src *.png *.jpg *.jpeg *.gif *.svg *.bmp *.webp

0 commit comments

Comments
 (0)