123456789101112131415161718 |
- # -*- coding: utf-8 -*-
- {
- 'name': "Eiru WebSocket Engine",
- 'author': "Robert Alexis Gauto",
- 'website': "http://www.yourcompany.com",
- 'category': 'Uncategorized',
- 'version': '0.1',
- 'depends': ['base', 'web'],
- 'external_dependencies': {
- 'python': ['python-socketio']
- },
- 'data': [
- 'templates.xml',
- ],
- 'qweb': [
- 'static/src/*.xml'
- ]
- }
|