mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 10:51:01 +00:00
[fix] data directory added to setup.py package_data
This commit is contained in:
parent
3035e14007
commit
37eb0fb130
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -77,6 +77,7 @@ setup(
|
|||
'searx': [
|
||||
'settings.yml',
|
||||
'../README.rst',
|
||||
'data/*',
|
||||
'plugins/*/*',
|
||||
'static/*.*',
|
||||
'static/*/*.*',
|
||||
|
|
Loading…
Reference in a new issue