From 178d67193143491f6839df9a4f83ff5640b1286a Mon Sep 17 00:00:00 2001 From: asciimoo Date: Thu, 13 Feb 2014 17:28:25 +0100 Subject: [PATCH] [fix] translations path --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ],