소스 검색

Merge pull request #180 from Cqoicebordel/copy-all-files

Copy all the folders of 'static'
Adam Tauber 10 년 전
부모
커밋
975b6b5b09
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      setup.py

+ 2
- 0
setup.py 파일 보기

@@ -72,6 +72,8 @@ setup(
72 72
         'searx': [
73 73
             'settings.yml',
74 74
             '../README.rst',
75
+            'static/*.*',
76
+            'static/*/*.*',
75 77
             'static/*/*/*.*',
76 78
             'static/*/*/*/*.*',
77 79
             'static/*/*/*/*/*.*',