Browse Source

setup.py: package translations

pull/1/head
Hidden Z 14 years ago
parent
commit
1fac818b45
  1. 2
      setup.py

2
setup.py

@ -17,7 +17,7 @@ setup( @@ -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',

Loading…
Cancel
Save