[FIX] safe_eval: add support for new JUMP OPCODES from Python 2.7
[odoo/odoo.git] / setup.cfg
1 [sdist]
2 formats=gztar
3 force-manifest=1
4
5 [bdist]
6 formats=rpm
7
8 [bdist_rpm]
9 # release must exactly match 'release' as set in bin/release.py
10 release=10
11
12 requires=python >= 2.4
13 # Need to overwrite the install-part of the RPM to patch
14 # the filenames of the man pages.
15 install_script=rpminstall_sh.txt