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

dependabot/pip/master/sphinx-6.1.3
Adam Tauber 9 years ago
parent b6de23f540
commit 333b6759ac

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

Loading…
Cancel
Save