[MERGE] Merged the changelog upto 5.0.10
[odoo/odoo.git] / setup.cfg
1 [sdist]
2 formats=gztar
3
4 [bdist]
5 formats=rpm
6
7 [bdist_rpm]
8 # release must exactly match 'release' as set in bin/release.py
9 release=10
10
11 requires=python >= 2.4
12 #build-requires=python-devel >= 2.3
13
14 #doc_files = doc/*
15
16 # Need to overwrite the install-part of the RPM to patch
17 # the filenames of the man pages.
18 install_script=rpminstall_sh.txt