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