summaryrefslogtreecommitdiff
path: root/setup.py
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 /setup.py
parent5801f75bed442326afc471f60ba8ffcd79317404 (diff)
[fix] translations path
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ddee4ed4..ddf28ee0 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',
],