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',