1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-08 22:07:55 +00:00

setup.py: package static/

This commit is contained in:
Hidden Z 2010-11-05 14:09:15 +00:00
parent 646d1485c6
commit 94828c5761

View File

@ -15,8 +15,7 @@ setup(
'pyi2phosts.lib',],
package_dir = {'': ''},
package_data = {
'pyi2phosts': ['templates/*.html',
'templates/local/*.html',]},
'pyi2phosts': ['templates/*.html', 'static/*']},
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',