annotate setup.cfg @ 68:1e1e24fddc74 MySQLdb

simplify using PyString_FromFormat
author kylev
date Fri, 24 Jul 2009 00:23:14 +0000
parents 8506ded95181
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
61
8506ded95181 Move the test_suite config to where it belongs
adustman
parents: 5
diff changeset
1 [test]
8506ded95181 Move the test_suite config to where it belongs
adustman
parents: 5
diff changeset
2 test_suite = nose.collector
8506ded95181 Move the test_suite config to where it belongs
adustman
parents: 5
diff changeset
3
5
b70cce9bd065 Merge changes from 1.2 branch r456-468
adustman
parents: 4
diff changeset
4 [build_ext]
b70cce9bd065 Merge changes from 1.2 branch r456-468
adustman
parents: 4
diff changeset
5 ## Only uncomment/set these if the default configuration doesn't work
b70cce9bd065 Merge changes from 1.2 branch r456-468
adustman
parents: 4
diff changeset
6 ## Also see http://docs.python.org/dist/setup-config.html
b70cce9bd065 Merge changes from 1.2 branch r456-468
adustman
parents: 4
diff changeset
7 # include-dirs = ?
b70cce9bd065 Merge changes from 1.2 branch r456-468
adustman
parents: 4
diff changeset
8 # library-dirs = ?
b70cce9bd065 Merge changes from 1.2 branch r456-468
adustman
parents: 4
diff changeset
9 # link-objects = ?
b70cce9bd065 Merge changes from 1.2 branch r456-468
adustman
parents: 4
diff changeset
10 # rpath = ?
b70cce9bd065 Merge changes from 1.2 branch r456-468
adustman
parents: 4
diff changeset
11 # libraries = ?
b70cce9bd065 Merge changes from 1.2 branch r456-468
adustman
parents: 4
diff changeset
12
0
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
13 [bdist_rpm]
5
b70cce9bd065 Merge changes from 1.2 branch r456-468
adustman
parents: 4
diff changeset
14 doc_files = README MANIFEST doc/*.txt
0
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
15 vendor = MySQL-python SourceForge Project
4
b5a377255eea Merge changes from MySQLdb-1.2 branch (448-455)
adustman
parents: 0
diff changeset
16 packager = Andy Dustman <[email protected]>
b5a377255eea Merge changes from MySQLdb-1.2 branch (448-455)
adustman
parents: 0
diff changeset
17 distribution-name = Red Stains Linux
0
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
18 requires = python
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
19 build-requires = python-devel mysql-devel zlib-devel openssl-devel