X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=setup.cfg;h=7693a84fc3a8775cc018cc96d718f6b32dc84ff6;hb=c0d5a806824986284dd022e0478e57fc1e59feb7;hp=7770708d9b9c37b7e35619886e4691f55f616311;hpb=83a8db6b975861d806c1de8dd8a45d715cb90320;p=odoo%2Fodoo.git diff --git a/setup.cfg b/setup.cfg index 7770708..7693a84 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,5 @@ +[general] + [sdist] formats=gztar @@ -5,14 +7,4 @@ formats=gztar formats=rpm [bdist_rpm] -# release must exactly match 'release' as set in bin/release.py -release=0_rc3 - -requires=python >= 2.3 -#build-requires=python-devel >= 2.3 - -#doc_files = doc/* - -# Need to overwrite the install-part of the RPM to patch -# the filenames of the man pages. -install_script=rpminstall_sh.txt +install_script=setup_rpm.sh