diff options
author | Adam Tauber <asciimoo@gmail.com> | 2015-05-19 08:37:03 +0200 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2015-05-19 08:37:03 +0200 |
commit | 333b6759ace92e4e16279dc200c3ed53c37446f0 (patch) | |
tree | cc82aadd6f39375ce5d4067a75d7c529c3698ae5 /setup.py | |
parent | b6de23f540fc47099303eca82727128957136ea8 (diff) | |
download | searxng-333b6759ace92e4e16279dc200c3ed53c37446f0.tar.gz searxng-333b6759ace92e4e16279dc200c3ed53c37446f0.zip |
[fix] setup.py package data update - fixes #323
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -77,15 +77,15 @@ setup( 'searx': [ 'settings.yml', '../README.rst', + 'plugins/*/*', 'static/*.*', 'static/*/*.*', 'static/*/*/*.*', 'static/*/*/*/*.*', 'static/*/*/*/*/*.*', - 'translations/*/*/*', 'templates/*/*.*', 'templates/*/*/*.*', - 'https_rules/*.xml' + 'translations/*/*/*' ], }, |