diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2014-02-22 00:08:18 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2014-02-22 00:08:18 +0100 |
| commit | c0927ab8b19ea86eefa9ae82aa9e2a68dfbc0e2a (patch) | |
| tree | 49b9c1446747fb482fc8e008e89a0a7dd403bab3 | |
| parent | d302c2bc9725db7d2cf6832fac3f0914b1de342e (diff) | |
| parent | 2f7080383b68c41208178e628a0606564812471d (diff) | |
Merge pull request #40 from matejc/master
add xml templates to setup.py
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -62,6 +62,7 @@ setup( '../README.rst', 'static/*/*', 'translations/*/*/*', + 'templates/*.xml', 'templates/*.html', 'templates/result_templates/*.html', ], |