diff options
| author | asciimoo <asciimoo@gmail.com> | 2014-02-13 17:28:25 +0100 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2014-02-13 17:28:25 +0100 |
| commit | 178d67193143491f6839df9a4f83ff5640b1286a (patch) | |
| tree | 4462f4e0df751f1c1a723f1ac1910303d9fb99ce /setup.py | |
| parent | 5801f75bed442326afc471f60ba8ffcd79317404 (diff) | |
[fix] translations path
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ setup( 'settings.yml', '../README.rst', 'static/*/*', - 'translations/*/*', + 'translations/*/*/*', 'templates/*.html', 'templates/result_templates/*.html', ], |