Browse Source

[fix] translations path

asciimoo 11 years ago
parent
commit
178d671931
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      setup.py

+ 1
- 1
setup.py View File

@@ -61,7 +61,7 @@ setup(
61 61
             'settings.yml',
62 62
             '../README.rst',
63 63
             'static/*/*',
64
-            'translations/*/*',
64
+            'translations/*/*/*',
65 65
             'templates/*.html',
66 66
             'templates/result_templates/*.html',
67 67
         ],