Skip to content
Snippets Groups Projects
Commit 6fe22fe3 authored by Nicolas Vanhoren's avatar Nicolas Vanhoren
Browse files

[imp] externalized release parameters

bzr revid: nicolas.vanhoren@openerp.com-20110905124214-byhgf4ogglm92ryj
parent 4ba66b6a
No related branches found
No related tags found
No related merge requests found
......@@ -4,16 +4,7 @@ import re
import sys
from setuptools import setup
name = 'openerp-web-proto'
version = '6.0.1'
description = "Web Client of OpenERP, the Enterprise Management Software"
long_description = "OpenERP Web is the web client of the OpenERP, a free enterprise management software"
author = "OpenERP S.A."
author_email = "info@openerp.com"
support_email = 'support@openerp.com'
url = "http://www.openerp.com/"
download_url = ''
license = "OEPL"
execfile('webrelease.py')
version_dash_incompatible = False
if 'bdist_rpm' in sys.argv:
......
name = 'openerp-web-proto'
version = '6.0.1'
description = "Web Client of OpenERP, the Enterprise Management Software"
long_description = "OpenERP Web is the web client of the OpenERP, a free enterprise management software"
author = "OpenERP S.A."
author_email = "info@openerp.com"
support_email = 'support@openerp.com'
url = "http://www.openerp.com/"
download_url = ''
license = "OEPL"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment