24 lines
651 B
Python
24 lines
651 B
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': 'Yuthon Website',
|
|
'version': '18.0.1.0.0',
|
|
'category': 'Website',
|
|
'summary': 'PengYuSen Official Website Theme',
|
|
'description': 'Custom website theme for pengyuthon.cn',
|
|
'author': 'PengYuSen Data Technology',
|
|
'website': 'https://pengyuthon.cn',
|
|
'depends': ['website', 'website_blog', 'website_sale'],
|
|
'data': [
|
|
'data/website_data.xml',
|
|
],
|
|
'assets': {
|
|
'web.assets_frontend': [
|
|
'yuthon_web/static/src/css/yuthon_style.css',
|
|
],
|
|
},
|
|
'installable': True,
|
|
'application': False,
|
|
'auto_install': False,
|
|
'license': 'LGPL-3',
|
|
}
|