runbot/runbot_cla/__manifest__.py

14 lines
288 B
Python
Raw Normal View History

{
'name': 'Runbot CLA',
'category': 'Website',
'summary': 'Runbot CLA',
'version': '2.1',
'description': "Runbot CLA",
'author': 'Odoo SA',
'depends': ['runbot'],
'data': [
'data/runbot_build_config_data.xml',
],
'license': 'LGPL-3',
}