1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-22 12:34:17 +00:00

setup.py: add search module

This commit is contained in:
Hidden Z 2010-11-12 20:37:31 +00:00
parent aae191c876
commit 9c4f778099

View File

@ -12,7 +12,8 @@ setup(
'pyi2phosts.postkey.templatetags',
'pyi2phosts.jump',
'pyi2phosts.extsources',
'pyi2phosts.lib',],
'pyi2phosts.lib',
'pyi2phosts.search',],
package_dir = {'': ''},
package_data = {
'pyi2phosts': ['templates/*.html', 'static/*']},