forked from Ponysearch/Ponysearch
Merge pull request #180 from Cqoicebordel/copy-all-files
Copy all the folders of 'static'
This commit is contained in:
commit
975b6b5b09
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -72,6 +72,8 @@ setup(
|
|||
'searx': [
|
||||
'settings.yml',
|
||||
'../README.rst',
|
||||
'static/*.*',
|
||||
'static/*/*.*',
|
||||
'static/*/*/*.*',
|
||||
'static/*/*/*/*.*',
|
||||
'static/*/*/*/*/*.*',
|
||||
|
|
Loading…
Reference in a new issue