Files
mysqlclient/MySQLdb/setup.cfg
adustman 21a3d3397b Bump metadata version.
Clean up setup.cfg so it doesn't break RPM builds on files which
are no longer included.

Add a test case for warnings for column truncation.

Clean up warnings; was working around the introduced bug that
returned (var)char columns with binary collations as array.

Exposed the column flags (values from constants.FLAG) as
description_flags on the cursor.
2006-03-05 04:59:14 +00:00

8 lines
255 B
INI

[bdist_rpm]
doc_files = README doc/*.txt ChangeLog
vendor = MySQL-python SourceForge Project
packager = Andy Dustman <andy@dustman.net>
distribution-name = Red Hat Linux
requires = python
build-requires = python-devel mysql-devel zlib-devel openssl-devel