2
0
mirror of https://github.com/searx/searx synced 2025-09-02 23:45:49 +00:00

[fix] translations path

This commit is contained in:
asciimoo
2014-02-13 17:28:25 +01:00
parent 5801f75bed
commit 178d671931

View File

@@ -61,7 +61,7 @@ setup(
'settings.yml', 'settings.yml',
'../README.rst', '../README.rst',
'static/*/*', 'static/*/*',
'translations/*/*', 'translations/*/*/*',
'templates/*.html', 'templates/*.html',
'templates/result_templates/*.html', 'templates/result_templates/*.html',
], ],