소스 검색

change package data paths

Matej Cotman 10 년 전
부모
커밋
3ea2b1ee86
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4
    4
      setup.py

+ 4
- 4
setup.py 파일 보기

@@ -61,11 +61,11 @@ setup(
61 61
         'searx': [
62 62
             'settings.yml',
63 63
             '../README.rst',
64
-            'static/*/*',
64
+            'static/*/*/*',
65 65
             'translations/*/*/*',
66
-            'templates/*.xml',
67
-            'templates/*.html',
68
-            'templates/result_templates/*.html',
66
+            'templates/*/*.xml',
67
+            'templates/*/*.html',
68
+            'templates/*/result_templates/*.html',
69 69
         ],
70 70
     },
71 71