5bde01aa646749311c15b682ae2541195fe351a2
[odoo/odoo.git] / bin / release.py
1 #!/usr/bin/env python
2 # -*- encoding: utf-8 -*-
3 #
4 #    OpenERP, Open Source Management Solution   
5 #    Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>). All Rights Reserved
6 #    Copyright (C) 2004-TODAY OpenERP S.A. (<http://www.openerp.com>). All Rights Reserved
7 #
8 #    This program is free software: you can redistribute it and/or modify
9 #    it under the terms of the GNU General Public License as published by
10 #    the Free Software Foundation, either version 3 of the License, or
11 #    (at your option) any later version.
12 #
13 #    This program is distributed in the hope that it will be useful,
14 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
15 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 #    GNU General Public License for more details.
17 #
18 #    You should have received a copy of the GNU General Public License
19 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
20 #
21
22 name = 'openerp-server'
23 version = '5.0.15'
24 major_version = '5.0'
25 description = 'OpenERP Server'
26 long_desc = '''OpenERP is a complete ERP and CRM. The main features are accounting (analytic
27 and financial), stock management, sales and purchases management, tasks
28 automation, marketing campaigns, help desk, POS, etc. Technical features include
29 a distributed server, flexible workflows, an object database, a dynamic GUI,
30 customizable reports, and XML-RPC interfaces.
31 '''
32 classifiers = """Development Status :: 5 - Production/Stable
33 License :: OSI Approved :: GNU General Public License (GPL)
34 Programming Language :: Python
35 """
36 url = 'http://www.openerp.com'
37 author = 'OpenERP S.A.'
38 author_email = 'info@openerp.com'
39 support_email = 'support@openerp.com'
40 license = 'GPL-3'
41 download_url='http://www.openerp.com/download/stable/source/openerp-server-5.0.15.tar.gz'
42
43 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
44