~openerp-commiter/openobject-client/5.0-opw-52718-nch

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Stephane Wirtel
  • Date: 2009-01-23 12:39:52 UTC
  • Revision ID: stephane@tinyerp.com-20090123123952-dde0y147324tg4dw
[FIX] Redhat Package Manager

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
 
54
54
execfile(opj('bin', 'release.py'))
55
55
 
 
56
if sys.argv[1] != 'bdist_rpm':
 
57
    version = version + '-' + release
 
58
 
56
59
 
57
60
# get python short version
58
61
py_short_version = '%s.%s' % sys.version_info[:2]