浏览代码

change package data in setup.py for oscar theme

Matej Cotman 11 年前
父节点
当前提交
c511b6fda8
共有 1 个文件被更改,包括 6 次插入5 次删除
  1. 6
    5
      setup.py

+ 6
- 5
setup.py 查看文件

66
         'searx': [
66
         'searx': [
67
             'settings.yml',
67
             'settings.yml',
68
             '../README.rst',
68
             '../README.rst',
69
-            'static/*/*/*',
69
+            'static/*/*/*.*',
70
+            'static/*/*/*/*.*',
71
+            'static/*/*/*/*/*.*',
70
             'translations/*/*/*',
72
             'translations/*/*/*',
71
-            'templates/*/*.xml',
72
-            'templates/*/*.html',
73
-            'https_rules/*.xml',
74
-            'templates/*/result_templates/*.html',
73
+            'templates/*/*.*',
74
+            'templates/*/*/*.*',
75
+            'https_rules/*.xml'
75
         ],
76
         ],
76
     },
77
     },
77
 
78