X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=setup.cfg;h=40062a7315721629240b9ead2ae543caa74d1d38;hb=2fe3aff0818ee47d2ce3d6e7a875113e8dd7ecdf;hp=caf187e4c331b139b7906755c5829f33951be243;hpb=99c6070e3f2b10ab90e7142c739cf6b56f2edc91;p=odoo%2Fodoo.git diff --git a/setup.cfg b/setup.cfg index caf187e..40062a7 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/setup_rpm.sh