Mercurial > p > mysql-python > mysqldb-2
view setup.cfg @ 69:18e5892a5aed MySQLdb
Defer incrementing reference to the decoder stack until later so we don't have to
dec-ref if an error happens. Merge of change 630 on 1.2br.
author | kylev |
---|---|
date | Fri, 24 Jul 2009 00:27:38 +0000 |
parents | 8506ded95181 |
children |
line wrap: on
line source
[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 <[email protected]> distribution-name = Red Stains Linux requires = python build-requires = python-devel mysql-devel zlib-devel openssl-devel