From 7a846cf5e35ebcad852309aebaa0bac8a7244744 Mon Sep 17 00:00:00 2001 From: Evax Software Date: Thu, 4 Oct 2012 13:34:39 -0400 Subject: Allow pip install from git Merged with modifications from https://github.com/evax/MySQLdb1/commit/a8152690101733904b16a32ff8467220ca07242c --- setup.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 setup.cfg (limited to 'setup.cfg') 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 +distribution-name = Red Stains Linux +requires = python +install-requires = distribute +build-requires = python-devel mysql-devel zlib-devel openssl-devel -- cgit v1.2.1