From de7afb1e04cb74dfde67d52be46a850e91d89ecf Mon Sep 17 00:00:00 2001 From: Jack Gerrits Date: Wed, 13 Apr 2022 08:04:28 -0700 Subject: [PATCH] build: exclude large dirs from python source distribution (#3855) * build: exclude large dirs from python source distribution * Update MANIFEST.in --- MANIFEST.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 9631a19cfa0..91febc2c22e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -11,4 +11,6 @@ recursive-include vowpalwabbit * recursive-include explore * recursive-include python/bin python/*.dll global-exclude *.o *.exe *.pyc -recursive-exclude vowpalwabbit/.nuget * \ No newline at end of file +recursive-exclude vowpalwabbit/.nuget * +recursive-exclude ext_libs/boost_math/doc * +recursive-exclude ext_libs/boost_math/test *