Files
mysqlclient/MySQLdb/setup.cfg
adustman 0e2dbef519 Short-term fix for bug #2671682.
Make tests a little more parallel to trunk version.

Add nose.collector as test_suite
2009-03-08 16:34:49 +00:00

20 lines
533 B
INI

[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
build-requires = python-devel mysql-devel zlib-devel openssl-devel