Browse Source

Merge pull request #40 from matejc/master

add xml templates to setup.py
Adam Tauber 11 years ago
parent
commit
c0927ab8b1
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      setup.py

+ 1
- 0
setup.py View File

62
             '../README.rst',
62
             '../README.rst',
63
             'static/*/*',
63
             'static/*/*',
64
             'translations/*/*/*',
64
             'translations/*/*/*',
65
+            'templates/*.xml',
65
             'templates/*.html',
66
             'templates/*.html',
66
             'templates/result_templates/*.html',
67
             'templates/result_templates/*.html',
67
         ],
68
         ],