Skip to content

Commit bd998ec

Browse files
committed
[IMP] manifest: author and license
1 parent 742f050 commit bd998ec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

estate/__manifest__.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# -*- coding: utf-8 -*-
2-
{
3-
'name': 'Real Estate',
1+
{ 'name': 'Real Estate',
42
'depends': ['base'],
5-
'application': True
6-
}
3+
'application': True,
4+
'author': 'leker',
5+
'license': 'LGPL-3'
6+
}

0 commit comments

Comments
 (0)