mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-22 12:34:17 +00:00
setup.py: update according to last changes
This commit is contained in:
parent
571c4be84c
commit
0a6eca35c6
10
setup.py
10
setup.py
@ -13,15 +13,15 @@ setup(
|
||||
'pyi2phosts.extsources',
|
||||
'pyi2phosts.other',
|
||||
'pyi2phosts.lib',],
|
||||
package_dir = {'pyi2phosts': 'web'},
|
||||
package_dir = {'': ''},
|
||||
package_data = {
|
||||
'pyi2phosts': ['templates/postkey.html', 'templates/success_submission.html',
|
||||
'templates/local/policy.html', 'templates/base.html', 'templates/index.html',
|
||||
'templates/404.html', 'templates/jump*', 'templates/admin/base_site.html']},
|
||||
'pyi2phosts': ['templates/*.html',
|
||||
'templates/local/*.html',]},
|
||||
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',
|
||||
'conf/maintainer.conf', 'conf/builder.conf', 'conf/common.conf', 'conf/injector.conf'],),],
|
||||
'conf/maintainer.conf', 'conf/builder.conf', 'conf/common.conf', 'conf/injector.conf'],),
|
||||
('/var/log/py-i2phosts', ['.placeholder'],)],
|
||||
classifiers=[
|
||||
'Development Status :: 4 - Beta',
|
||||
'Environment :: Console',
|
||||
|
Loading…
x
Reference in New Issue
Block a user