runbot/forwardport/__manifest__.py
2021-07-27 16:11:49 +02:00

14 lines
303 B
Python

# -*- coding: utf-8 -*-
{
'name': 'forward port bot',
'version': '1.1',
'summary': "A port which forward ports successful PRs.",
'depends': ['runbot_merge'],
'data': [
'data/security.xml',
'data/crons.xml',
'data/views.xml',
],
'license': 'LGPL-3',
}