[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
1 changed files with 2 additions and 2 deletions

View File

@ -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/*/*/*'
], ],
}, },