mirror of https://github.com/searxng/searxng.git
[fix] setup.py package data update - fixes #323
This commit is contained in:
parent
b6de23f540
commit
333b6759ac
4
setup.py
4
setup.py
|
@ -77,15 +77,15 @@ setup(
|
||||||
'searx': [
|
'searx': [
|
||||||
'settings.yml',
|
'settings.yml',
|
||||||
'../README.rst',
|
'../README.rst',
|
||||||
|
'plugins/*/*',
|
||||||
'static/*.*',
|
'static/*.*',
|
||||||
'static/*/*.*',
|
'static/*/*.*',
|
||||||
'static/*/*/*.*',
|
'static/*/*/*.*',
|
||||||
'static/*/*/*/*.*',
|
'static/*/*/*/*.*',
|
||||||
'static/*/*/*/*/*.*',
|
'static/*/*/*/*/*.*',
|
||||||
'translations/*/*/*',
|
|
||||||
'templates/*/*.*',
|
'templates/*/*.*',
|
||||||
'templates/*/*/*.*',
|
'templates/*/*/*.*',
|
||||||
'https_rules/*.xml'
|
'translations/*/*/*'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue