From 5c3bb396a69b1839f33ccc17b83424b9a901db43 Mon Sep 17 00:00:00 2001 From: Burlen Loring Date: Fri, 24 Jan 2020 15:56:09 -0800 Subject: [PATCH] exclude most of doc directory from PiPy package * this is because of a size limitation which we now exceed due ot our RTD docs and related images. * includes doc/release/*. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 3837d15e9..152aa6c7c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -9,6 +9,6 @@ recursive-include apps *.* recursive-include python *.* recursive-include paraview *.* recursive-include test *.* -recursive-include doc *.* +recursive-include doc/release *.* global-exclude *.pdf global-exclude *.sw?