commit: c0927ab8b19ea86eefa9ae82aa9e2a68dfbc0e2a parent: d302c2bc9725db7d2cf6832fac3f0914b1de342e Author: Adam Tauber <asciimoo@gmail.com> Date: Sat, 22 Feb 2014 00:08:18 +0100 Merge pull request #40 from matejc/master add xml templates to setup.pyDiffstat:
M | setup.py | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/setup.py b/setup.py @@ -62,6 +62,7 @@ setup( '../README.rst', 'static/*/*', 'translations/*/*/*', + 'templates/*.xml', 'templates/*.html', 'templates/result_templates/*.html', ],