odoo/bin/release.py

22 lines
753 B
Python
Raw Normal View History

#!/usr/bin/env python
name = 'tinyerp-server'
version = '4.3.0'
description = 'Tiny\'s ERP Server'
long_desc = '''\
Tiny ERP is a complete ERP and CRM. The main features are accounting (analytic
and financial), stock management, sales and purchases management, tasks
automation, marketing campaigns, help desk, POS, etc. Technical features include
a distributed server, flexible workflows, an object database, a dynamic GUI,
customizable reports, and SOAP and XML-RPC interfaces.
'''
classifiers = """\
Development Status :: 5 - Production/Stable
License :: OSI Approved :: GNU General Public License Version 2 (GPL-2)
Programming Language :: Python
"""
url = 'http://www.tinyerp.com'
author = 'Tiny.be'
author_email = 'info@tiny.be'
license = 'GPL-2'