annotate setup.cfg @ 27:d301c95d8fd7
MySQLdb
Apply missing Py_ssize_t conversion caught by spektrum.
SF Patch 1680699
author |
kylev |
date |
Sat, 07 Feb 2009 21:13:51 +0000 |
parents |
b70cce9bd065 |
children |
8506ded95181 |
rev |
line source |
5
|
1 [build_ext]
|
|
2 ## Only uncomment/set these if the default configuration doesn't work
|
|
3 ## Also see http://docs.python.org/dist/setup-config.html
|
|
4 # include-dirs = ?
|
|
5 # library-dirs = ?
|
|
6 # link-objects = ?
|
|
7 # rpath = ?
|
|
8 # libraries = ?
|
|
9
|
0
|
10 [bdist_rpm]
|
5
|
11 doc_files = README MANIFEST doc/*.txt
|
0
|
12 vendor = MySQL-python SourceForge Project
|
4
|
13 packager = Andy Dustman <[email protected]>
|
|
14 distribution-name = Red Stains Linux
|
0
|
15 requires = python
|
|
16 build-requires = python-devel mysql-devel zlib-devel openssl-devel
|