diff options
author | Matej Cotman <cotman.matej@gmail.com> | 2014-02-21 19:47:55 +0100 |
---|---|---|
committer | Matej Cotman <cotman.matej@gmail.com> | 2014-02-21 19:47:55 +0100 |
commit | 2f7080383b68c41208178e628a0606564812471d (patch) | |
tree | 49b9c1446747fb482fc8e008e89a0a7dd403bab3 /setup.py | |
parent | d302c2bc9725db7d2cf6832fac3f0914b1de342e (diff) | |
download | searxng-2f7080383b68c41208178e628a0606564812471d.tar.gz searxng-2f7080383b68c41208178e628a0606564812471d.zip |
add xml templates to setup.py
Diffstat (limited 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', ], |