mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-02-02 01:44:40 +00:00
setup.py: add search module
This commit is contained in:
parent
aae191c876
commit
9c4f778099
3
setup.py
3
setup.py
@ -12,7 +12,8 @@ setup(
|
|||||||
'pyi2phosts.postkey.templatetags',
|
'pyi2phosts.postkey.templatetags',
|
||||||
'pyi2phosts.jump',
|
'pyi2phosts.jump',
|
||||||
'pyi2phosts.extsources',
|
'pyi2phosts.extsources',
|
||||||
'pyi2phosts.lib',],
|
'pyi2phosts.lib',
|
||||||
|
'pyi2phosts.search',],
|
||||||
package_dir = {'': ''},
|
package_dir = {'': ''},
|
||||||
package_data = {
|
package_data = {
|
||||||
'pyi2phosts': ['templates/*.html', 'static/*']},
|
'pyi2phosts': ['templates/*.html', 'static/*']},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user