From de28d5c52acd853bae75f41fd570a009f132258c Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Mon, 4 Jul 2011 09:38:12 -0400 Subject: [PATCH] Change MANIFEST.in to avoid shipping symlinked boost. --- MANIFEST.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index e8f8bc01..89013996 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -14,4 +14,5 @@ include Makefile.in include aksetup_helper.py include README_SETUP.txt -recursive-include bpl-subset *.h *.hpp *.cpp *.html *.inl *.ipp *.pl *.txt +recursive-include bpl-subset/bpl_subset/boost *.h *.hpp *.cpp *.html *.inl *.ipp *.pl *.txt +recursive-include bpl-subset/bpl_subset/libs *.h *.hpp *.cpp *.html *.inl *.ipp *.pl *.txt -- GitLab