Browse Source

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

Copy all the folders of 'static'
Adam Tauber 10 years ago
parent
commit
975b6b5b09
1 changed files with 2 additions and 0 deletions
  1. 2 0
      setup.py

+ 2 - 0
setup.py

@@ -72,6 +72,8 @@ setup(
         'searx': [
             'settings.yml',
             '../README.rst',
+            'static/*.*',
+            'static/*/*.*',
             'static/*/*/*.*',
             'static/*/*/*/*.*',
             'static/*/*/*/*/*.*',