diff options
Diffstat (limited to 'fixco_api/__manifest__.py')
| -rw-r--r-- | fixco_api/__manifest__.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fixco_api/__manifest__.py b/fixco_api/__manifest__.py index 590b505..f83dd68 100644 --- a/fixco_api/__manifest__.py +++ b/fixco_api/__manifest__.py @@ -1,9 +1,9 @@ { - 'name': 'API Fixco', + 'name': 'Fixco API', 'version': '1.0', 'category': '', 'sequence': 1, - 'summary': 'API Fixco', + 'summary': 'Fixco API', 'description': '', 'author': 'Stephan Christianus', 'website': '', @@ -15,5 +15,5 @@ 'installable': True, 'application': False, 'auto_install': False, - 'license': '', + 'license': 'LGPL-3', } |
