From 1fac818b45a9e0afdb8ee658328f506b67f24906 Mon Sep 17 00:00:00 2001 From: Hidden Z Date: Sat, 19 Feb 2011 16:46:06 +0000 Subject: [PATCH] setup.py: package translations --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0a5277a..e70fa36 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( 'pyi2phosts.latest'], package_dir = {'': ''}, package_data = { - 'pyi2phosts': ['templates/*.html', 'static/*']}, + 'pyi2phosts': ['templates/*.html', 'static/*', 'locale/*/*/*']}, scripts=['py-i2phosts-master', 'py-i2phosts-builder', 'py-i2phosts-checker', 'py-i2phosts-fetcher', 'py-i2phosts-injector', 'py-i2phosts-maint'], data_files=[('/etc/py-i2phosts', ['conf/master.conf', 'conf/checker.conf', 'conf/fetcher.conf',