ソースを参照

add xml templates to setup.py

Matej Cotman 11 年 前
コミット
2f7080383b
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1
    0
      setup.py

+ 1
- 0
setup.py ファイルの表示

@@ -62,6 +62,7 @@ setup(
62 62
             '../README.rst',
63 63
             'static/*/*',
64 64
             'translations/*/*/*',
65
+            'templates/*.xml',
65 66
             'templates/*.html',
66 67
             'templates/result_templates/*.html',
67 68
         ],