summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2015-05-24 21:13:29 +0200
committerAdam Tauber <asciimoo@gmail.com>2015-05-24 21:13:29 +0200
commit37eb0fb1308bdbf78feb75d82e1e990c5b1bce64 (patch)
treeda8f45bbb4919f12a587a4272341d624eeb03c46 /setup.py
parent3035e14007ebf19e2ae7e5d6e82e6587b90a7551 (diff)
downloadsearxng-37eb0fb1308bdbf78feb75d82e1e990c5b1bce64.tar.gz
searxng-37eb0fb1308bdbf78feb75d82e1e990c5b1bce64.zip
[fix] data directory added to setup.py package_data
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 301ebb9c7..6888ab2cf 100644
--- a/setup.py
+++ b/setup.py
@@ -77,6 +77,7 @@ setup(
'searx': [
'settings.yml',
'../README.rst',
+ 'data/*',
'plugins/*/*',
'static/*.*',
'static/*/*.*',