1
0
mirror of https://github.com/searxng/searxng.git synced 2024-07-02 15:30:42 +02:00

[fix] data directory added to setup.py package_data

This commit is contained in:
Adam Tauber 2015-05-24 21:13:29 +02:00
parent 3035e14007
commit 37eb0fb130

View File

@ -77,6 +77,7 @@ setup(
'searx': [ 'searx': [
'settings.yml', 'settings.yml',
'../README.rst', '../README.rst',
'data/*',
'plugins/*/*', 'plugins/*/*',
'static/*.*', 'static/*.*',
'static/*/*.*', 'static/*/*.*',