From c5155e458b6b60527bc46a083d68f73bf588ea76 Mon Sep 17 00:00:00 2001 From: David Miller Date: Mon, 17 Oct 2022 09:16:01 -0400 Subject: [PATCH] gzip rule set files for wheel --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 7ad5901211..c5d2e1eada 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,6 +5,7 @@ include requirements-dev.txt include botocore/cacert.pem include botocore/vendored/requests/cacert.pem recursive-include botocore/data *.json +recursive-include botocore/data *.json.gz graft docs prune docs/build graft tests