[IMP] packaging remove timestamp, use version

bzr revid: al@openerp.com-20111003181001-bu4y5t8u937wb0a7
This commit is contained in:
Antony Lesuisse 2011-10-03 20:10:01 +02:00
parent fd67e605f4
commit 649d172a64
2 changed files with 0 additions and 3 deletions

View File

@ -36,6 +36,5 @@ url = 'http://www.openerp.com'
author = 'OpenERP S.A.'
author_email = 'info@openerp.com'
license = 'AGPL-3'
timestamp = None
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -63,8 +63,6 @@ def py2exe_options():
return {}
execfile(join(os.path.dirname(__file__), 'openerp', 'release.py'))
if timestamp:
version = version + "-" + timestamp
setuptools.setup(
name = 'openerp',