summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes 'josch' Schauer <josch@mister-muffin.de>2017-06-16 12:37:00 +0200
committerJohannes 'josch' Schauer <josch@mister-muffin.de>2017-06-16 15:19:38 +0200
commit4ea6146d20b3543c1e1b40ae0da8a370d90c7d81 (patch)
treee4565ba09c3dea6deffefe6277df495f2e7fa74c
parent1e1e6659a426a87b4078b63c86fd284ec3329d24 (diff)
Only install the *.mo files for translation and not the *.po sources
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index bd1659d..1b0ae30 100644
--- a/setup.py
+++ b/setup.py
@@ -53,7 +53,7 @@ setup(
'searx': [
'data/*',
'plugins/*/*',
- 'translations/*/*/*'
+ 'translations/*/*/*.mo'
],
},