commit: 2f7080383b68c41208178e628a0606564812471d parent d302c2bc9725db7d2cf6832fac3f0914b1de342e Author: Matej Cotman <cotman.matej@gmail.com> Date: Fri, 21 Feb 2014 19:47:55 +0100 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', ],