[imp] externalized release parameters

bzr revid: nicolas.vanhoren@openerp.com-20110905124214-byhgf4ogglm92ryj
This commit is contained in:
niv-openerp 2011-09-05 14:42:14 +02:00
parent 4ba66b6a08
commit 6fe22fe364
2 changed files with 12 additions and 10 deletions

View File

@ -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:

11
webrelease.py Normal file
View File

@ -0,0 +1,11 @@
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"