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