forked from Ponysearch/Ponysearch
Copy all the folders of 'static'
Copy the new generic themes folders, with js, font, and css
This commit is contained in:
parent
edd9d31180
commit
4ea03de11d
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -72,6 +72,8 @@ setup(
|
||||||
'searx': [
|
'searx': [
|
||||||
'settings.yml',
|
'settings.yml',
|
||||||
'../README.rst',
|
'../README.rst',
|
||||||
|
'static/*.*',
|
||||||
|
'static/*/*.*',
|
||||||
'static/*/*/*.*',
|
'static/*/*/*.*',
|
||||||
'static/*/*/*/*.*',
|
'static/*/*/*/*.*',
|
||||||
'static/*/*/*/*/*.*',
|
'static/*/*/*/*/*.*',
|
||||||
|
|
Loading…
Reference in a new issue