Mercurial > p > mysql-python > mysqldb-2
view setup.cfg @ 48:f4fd8c20511c MySQLdb
Read a default file in the test setUp. Since Python 2.4, int() will return longs if needed so make all long references int as in Python 3.0 there is no more long due to int/long unification (new ints are old longs).
author | adustman |
---|---|
date | Sun, 22 Feb 2009 20:01:31 +0000 |
parents | b70cce9bd065 |
children | 8506ded95181 |
line wrap: on
line source
[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