From 8390d02cf181ccda577bb25006d39b9dbe1a3511 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 7 Feb 2013 23:05:26 +0100 Subject: [PATCH] Include only the sample config file, not the test images. --- MANIFEST.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index edf65f3..aa6e6c3 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -8,4 +8,5 @@ recursive-include sigal/themes * prune sigal/themes/.sass-cache prune sigal/themes/colorbox/static/css/.sass-cache prune sigal/themes/galleria/static/css/.sass-cache -recursive-include tests/sample * +recursive-exclude tests * +include tests/sample/sigal.conf.py