61
|
1 [test]
|
|
2 test_suite = nose.collector
|
|
3
|
5
|
4 [build_ext]
|
|
5 ## Only uncomment/set these if the default configuration doesn't work
|
|
6 ## Also see http://docs.python.org/dist/setup-config.html
|
|
7 # include-dirs = ?
|
|
8 # library-dirs = ?
|
|
9 # link-objects = ?
|
|
10 # rpath = ?
|
|
11 # libraries = ?
|
|
12
|
0
|
13 [bdist_rpm]
|
5
|
14 doc_files = README MANIFEST doc/*.txt
|
0
|
15 vendor = MySQL-python SourceForge Project
|
4
|
16 packager = Andy Dustman <[email protected]>
|
|
17 distribution-name = Red Stains Linux
|
0
|
18 requires = python
|
|
19 build-requires = python-devel mysql-devel zlib-devel openssl-devel
|