X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=setup.cfg;h=7693a84fc3a8775cc018cc96d718f6b32dc84ff6;hb=2fd37179bac6d7de2661474f609aa1e8fb2ffee9;hp=caf187e4c331b139b7906755c5829f33951be243;hpb=99c6070e3f2b10ab90e7142c739cf6b56f2edc91;p=odoo%2Fodoo.git diff --git a/setup.cfg b/setup.cfg index caf187e..7693a84 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,5 @@ +[general] + [sdist] formats=gztar @@ -5,13 +7,4 @@ formats=gztar formats=rpm [bdist_rpm] -release=1 - -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