annotate setup.cfg @ 30:e3eb10510ddc MySQLdb

update svn ignore for release.py and some generated dirs
author kylev
date Wed, 11 Feb 2009 20:10:30 +0000
parents b70cce9bd065
children 8506ded95181
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
b70cce9bd065 Merge changes from 1.2 branch r456-468
adustman
parents: 4
diff changeset
1 [build_ext]
b70cce9bd065 Merge changes from 1.2 branch r456-468
adustman
parents: 4
diff changeset
2 ## 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
3 ## Also see http://docs.python.org/dist/setup-config.html
b70cce9bd065 Merge changes from 1.2 branch r456-468
adustman
parents: 4
diff changeset
4 # include-dirs = ?
b70cce9bd065 Merge changes from 1.2 branch r456-468
adustman
parents: 4
diff changeset
5 # library-dirs = ?
b70cce9bd065 Merge changes from 1.2 branch r456-468
adustman
parents: 4
diff changeset
6 # link-objects = ?
b70cce9bd065 Merge changes from 1.2 branch r456-468
adustman
parents: 4
diff changeset
7 # rpath = ?
b70cce9bd065 Merge changes from 1.2 branch r456-468
adustman
parents: 4
diff changeset
8 # libraries = ?
b70cce9bd065 Merge changes from 1.2 branch r456-468
adustman
parents: 4
diff changeset
9
0
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
10 [bdist_rpm]
5
b70cce9bd065 Merge changes from 1.2 branch r456-468
adustman
parents: 4
diff changeset
11 doc_files = README MANIFEST doc/*.txt
0
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
12 vendor = MySQL-python SourceForge Project
4
b5a377255eea Merge changes from MySQLdb-1.2 branch (448-455)
adustman
parents: 0
diff changeset
13 packager = Andy Dustman <[email protected]>
b5a377255eea Merge changes from MySQLdb-1.2 branch (448-455)
adustman
parents: 0
diff changeset
14 distribution-name = Red Stains Linux
0
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
15 requires = python
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
16 build-requires = python-devel mysql-devel zlib-devel openssl-devel