runbot/forwardport/__manifest__.py

15 lines
330 B
Python
Raw Permalink Normal View History

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