cmis_alf/__manifest__.py
# -*- coding: utf-8 -*-
# © 2016 ACSONE SA/NV (<http://acsone.eu>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'CMIS for Alfresco',
'version': '10.0.4.0.0',
'summary': 'Alfresco extension for the CMIS Connector',
'category': 'Document Management',
'author': "ACSONE SA/NV",
'website': 'http://alfodoo.org/',
'license': 'AGPL-3',
'depends': [
'cmis',
],
'data': [
'views/cmis_backend_view.xml',
],
'images': [
'static/description/main_icon.png',
],
'external_dependencies': {
'python': ['requests'],
},
'installable': True,
'auto_install': False,
}