From 1228eb7fdfd33b437e16bcc565f670cf9de9ee2d Mon Sep 17 00:00:00 2001 From: d33bs Date: Thu, 11 Jun 2026 11:10:27 -0600 Subject: [PATCH 1/2] Limit pypi deployments --- MANIFEST.in | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 00000000..7e23070b --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,6 @@ +# Exclude large test data and other non-essential files from the source distribution +prune tests/data +prune docs +prune example +exclude *.parquet +prune examplehuman_warehouse_with_images From 42308fc39d065e7fab9ea9d38209a10fe7c1097f Mon Sep 17 00:00:00 2001 From: d33bs Date: Thu, 11 Jun 2026 11:29:45 -0600 Subject: [PATCH 2/2] remove example data lines --- MANIFEST.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 7e23070b..89e86ce4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,3 @@ # Exclude large test data and other non-essential files from the source distribution -prune tests/data +prune tests prune docs -prune example -exclude *.parquet -prune examplehuman_warehouse_with_images