summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2014-02-22 00:08:18 +0100
committerAdam Tauber <asciimoo@gmail.com>2014-02-22 00:08:18 +0100
commitc0927ab8b19ea86eefa9ae82aa9e2a68dfbc0e2a (patch)
tree49b9c1446747fb482fc8e008e89a0a7dd403bab3
parentd302c2bc9725db7d2cf6832fac3f0914b1de342e (diff)
parent2f7080383b68c41208178e628a0606564812471d (diff)
Merge pull request #40 from matejc/master
add xml templates to setup.py
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
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',
],