From 2f7080383b68c41208178e628a0606564812471d Mon Sep 17 00:00:00 2001
From: Matej Cotman <cotman.matej@gmail.com>
Date: Fri, 21 Feb 2014 19:47:55 +0100
Subject: [PATCH] add xml templates to setup.py

---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index ddf28ee01..ede33594d 100644
--- a/setup.py
+++ b/setup.py
@@ -62,6 +62,7 @@ setup(
             '../README.rst',
             'static/*/*',
             'translations/*/*/*',
+            'templates/*.xml',
             'templates/*.html',
             'templates/result_templates/*.html',
         ],