You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
382 B
20 lines
382 B
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': "galicea toolset",
|
|
|
|
'summary': """
|
|
A couple of small convenience widgets and functions""",
|
|
|
|
'author': "Maciej Wawro",
|
|
'maintainer': "Galicea",
|
|
'website': "http://www.galicea.pl",
|
|
|
|
'category': 'Technical Settings',
|
|
'version': '12.0.0.1',
|
|
|
|
'depends': ['base'],
|
|
|
|
'data': [
|
|
'views/data.xml'
|
|
],
|
|
}
|