Sfoglia il codice sorgente

[fix] translations path

asciimoo 11 anni fa
parent
commit
178d671931
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      setup.py

+ 1
- 1
setup.py Vedi 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
         ],