mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-02-02 09:55:52 +00:00
setup.py: fix tempplates installation
This commit is contained in:
parent
d50bb7a66f
commit
9efdb0dfc1
9
setup.py
9
setup.py
@ -14,11 +14,10 @@ setup(
|
|||||||
'pyi2phosts.other',
|
'pyi2phosts.other',
|
||||||
'pyi2phosts.lib',],
|
'pyi2phosts.lib',],
|
||||||
package_dir = {'pyi2phosts': 'web'},
|
package_dir = {'pyi2phosts': 'web'},
|
||||||
package_data = {'pyi2phosts.postkey': ['templates/postkey.html', 'templates/success_submission.html',
|
package_data = {
|
||||||
'templates/local/policy.html'],
|
'pyi2phosts': ['templates/postkey.html', 'templates/success_submission.html',
|
||||||
'pyi2phosts.other': ['templates/base.html', 'templates/index.html', 'templates/404.html'],
|
'templates/local/policy.html', 'templates/base.html', 'templates/index.html',
|
||||||
'pyi2phosts.jump': ['templates/jump*'],
|
'templates/404.html', 'templates/jump*', 'templates/admin/base_site.html']},
|
||||||
'pyi2phosts': ['templates/admin/base_site.html']},
|
|
||||||
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