mirror of
https://github.com/searx/searx
synced 2025-08-30 14:08:47 +00:00
change package data in setup.py for oscar theme
This commit is contained in:
11
setup.py
11
setup.py
@@ -66,12 +66,13 @@ setup(
|
|||||||
'searx': [
|
'searx': [
|
||||||
'settings.yml',
|
'settings.yml',
|
||||||
'../README.rst',
|
'../README.rst',
|
||||||
'static/*/*/*',
|
'static/*/*/*.*',
|
||||||
|
'static/*/*/*/*.*',
|
||||||
|
'static/*/*/*/*/*.*',
|
||||||
'translations/*/*/*',
|
'translations/*/*/*',
|
||||||
'templates/*/*.xml',
|
'templates/*/*.*',
|
||||||
'templates/*/*.html',
|
'templates/*/*/*.*',
|
||||||
'https_rules/*.xml',
|
'https_rules/*.xml'
|
||||||
'templates/*/result_templates/*.html',
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user