Files
suite/newrelic/__manifest__.py

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',
],
}