[FIX] Add the rpminstall_sh.txt script
[odoo/odoo.git] / setup.cfg
diff --git a/setup.cfg b/setup.cfg
new file mode 100644 (file)
index 0000000..caf187e
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,17 @@
+[sdist]
+formats=gztar
+
+[bdist]
+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