mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-09-01 00:22:07 +00:00
setup.py: package translations
This commit is contained in:
parent
ec6d32895b
commit
1fac818b45
2
setup.py
2
setup.py
@ -17,7 +17,7 @@ setup(
|
|||||||
'pyi2phosts.latest'],
|
'pyi2phosts.latest'],
|
||||||
package_dir = {'': ''},
|
package_dir = {'': ''},
|
||||||
package_data = {
|
package_data = {
|
||||||
'pyi2phosts': ['templates/*.html', 'static/*']},
|
'pyi2phosts': ['templates/*.html', 'static/*', 'locale/*/*/*']},
|
||||||
scripts=['py-i2phosts-master', 'py-i2phosts-builder', 'py-i2phosts-checker',
|
scripts=['py-i2phosts-master', 'py-i2phosts-builder', 'py-i2phosts-checker',
|
||||||
'py-i2phosts-fetcher', 'py-i2phosts-injector', 'py-i2phosts-maint'],
|
'py-i2phosts-fetcher', 'py-i2phosts-injector', 'py-i2phosts-maint'],
|
||||||
data_files=[('/etc/py-i2phosts', ['conf/master.conf', 'conf/checker.conf', 'conf/fetcher.conf',
|
data_files=[('/etc/py-i2phosts', ['conf/master.conf', 'conf/checker.conf', 'conf/fetcher.conf',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user