summaryrefslogtreecommitdiff
path: root/MySQLdb/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'MySQLdb/setup.cfg')
-rw-r--r--MySQLdb/setup.cfg40
1 files changed, 20 insertions, 20 deletions
diff --git a/MySQLdb/setup.cfg b/MySQLdb/setup.cfg
index b20c898..e357362 100644
--- a/MySQLdb/setup.cfg
+++ b/MySQLdb/setup.cfg
@@ -1,20 +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
+[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