mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
13 lines
278 B
Python
13 lines
278 B
Python
{
|
|
'name': 'NewRelic Instrumentation',
|
|
'description': 'Wraps requests etc.',
|
|
'version': '1.0',
|
|
'website': 'https://hibou.io/',
|
|
'author': 'Hibou Corp. <hello@hibou.io>',
|
|
'license': 'AGPL-3',
|
|
'category': 'Tool',
|
|
'depends': [
|
|
'web',
|
|
],
|
|
}
|