summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorEvax Software <contact@evax.fr>2012-10-04 13:34:39 -0400
committerfarcepest <farcepest@gmail.com>2012-10-04 13:34:39 -0400
commit7a846cf5e35ebcad852309aebaa0bac8a7244744 (patch)
tree4fbd759ae4894cabcd590e15e61b535766a13ee2 /setup.cfg
parent0164ffeb2534f050148348e50a51641491b6a65d (diff)
downloadmysqldb1-7a846cf5e35ebcad852309aebaa0bac8a7244744.tar.gz
Allow pip install from git
Merged with modifications from https://github.com/evax/MySQLdb1/commit/a8152690101733904b16a32ff8467220ca07242c
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg20
1 files changed, 20 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..e357362
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,20 @@
+[test]
+test_suite = nose.collector
+
+[build_ext]
+## Only uncomment/set these if the default configuration doesn't work
+## Also see http://docs.python.org/dist/setup-config.html
+# include-dirs = ?
+# library-dirs = ?
+# link-objects = ?
+# rpath = ?
+# libraries = ?
+
+[bdist_rpm]
+doc_files = README MANIFEST doc/*.txt
+vendor = MySQL-python SourceForge Project
+packager = Andy Dustman <adustman@users.sourceforge.net>
+distribution-name = Red Stains Linux
+requires = python
+install-requires = distribute
+build-requires = python-devel mysql-devel zlib-devel openssl-devel