Skip to content
Snippets Groups Projects
Commit 649d172a authored by Antony Lesuisse's avatar Antony Lesuisse
Browse files

[IMP] packaging remove timestamp, use version

bzr revid: al@openerp.com-20111003181001-bu4y5t8u937wb0a7
parent fd67e605
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......@@ -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',
......
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