From 2160cb568934c4fab25e52d956a5cfaa67a861f2 Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 10 Mar 2013 23:33:00 +0100 Subject: [PATCH] Change the path of the sample config file in MANIFEST.in (ref #10). --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index aa6e6c3..0ae131f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,8 +5,8 @@ recursive-exclude docs *.pyo prune docs/_build prune docs/_themes/.git recursive-include sigal/themes * +include sigal/templates/sigal.conf.py prune sigal/themes/.sass-cache prune sigal/themes/colorbox/static/css/.sass-cache prune sigal/themes/galleria/static/css/.sass-cache recursive-exclude tests * -include tests/sample/sigal.conf.py