1
0
mirror of https://github.com/searxng/searxng.git synced 2024-06-30 14:40:13 +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': [
'settings.yml',
'../README.rst',
'data/*',
'plugins/*/*',
'static/*.*',
'static/*/*.*',