12345678910111213 |
- # -*- coding: utf-8 -*-
- {
- 'name': "Eiru Assets for Web Interface Extension",
- 'summary' : 'Eiru Assets for Develop Web Interface Extension Module',
- 'description' : 'Eiru Assets for Develop Web Interface Extension Module',
- 'author': "Robert Gauto",
- 'category': 'Uncategorized',
- 'version': '0.1',
- 'depends': ['base'],
- 'data': [
- 'templates.xml',
- ]
- }
|