summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2014-02-13 17:28:25 +0100
committerasciimoo <asciimoo@gmail.com>2014-02-13 17:28:25 +0100
commit178d67193143491f6839df9a4f83ff5640b1286a (patch)
tree4462f4e0df751f1c1a723f1ac1910303d9fb99ce
parent5801f75bed442326afc471f60ba8ffcd79317404 (diff)
downloadsearxng-178d67193143491f6839df9a4f83ff5640b1286a.tar.gz
searxng-178d67193143491f6839df9a4f83ff5640b1286a.zip
[fix] translations path
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ddee4ed4e..ddf28ee01 100644
--- a/setup.py
+++ b/setup.py
@@ -61,7 +61,7 @@ setup(
'settings.yml',
'../README.rst',
'static/*/*',
- 'translations/*/*',
+ 'translations/*/*/*',
'templates/*.html',
'templates/result_templates/*.html',
],