X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=setup.cfg;h=7693a84fc3a8775cc018cc96d718f6b32dc84ff6;hb=a1e5f69cb3cf7cd36f2dc354392aa2367b9d018c;hp=d3420c25ffb5de47763b5433be300456ff7d83ba;hpb=7462ff098781b0210306ca6e7ae22258f39f5b2c;p=odoo%2Fodoo.git diff --git a/setup.cfg b/setup.cfg index d3420c2..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=2 - -requires=python >= 2.4 -#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