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

[fix] setup.py package data update - fixes #323

This commit is contained in:
Adam Tauber 2015-05-19 08:37:03 +02:00
parent b6de23f540
commit 333b6759ac

View File

@ -77,15 +77,15 @@ setup(
'searx': [
'settings.yml',
'../README.rst',
'plugins/*/*',
'static/*.*',
'static/*/*.*',
'static/*/*/*.*',
'static/*/*/*/*.*',
'static/*/*/*/*/*.*',
'translations/*/*/*',
'templates/*/*.*',
'templates/*/*/*.*',
'https_rules/*.xml'
'translations/*/*/*'
],
},