Mercurial > p > mysql-python > mysqldb-2
comparison setup.cfg @ 5:b70cce9bd065 MySQLdb
Merge changes from 1.2 branch r456-468
author | adustman |
---|---|
date | Sun, 11 Feb 2007 04:37:29 +0000 |
parents | b5a377255eea |
children | 8506ded95181 |
comparison
equal
deleted
inserted
replaced
4:b5a377255eea | 5:b70cce9bd065 |
---|---|
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 | |
1 [bdist_rpm] | 10 [bdist_rpm] |
2 doc_files = README doc/*.txt | 11 doc_files = README MANIFEST doc/*.txt |
3 vendor = MySQL-python SourceForge Project | 12 vendor = MySQL-python SourceForge Project |
4 packager = Andy Dustman <[email protected]> | 13 packager = Andy Dustman <[email protected]> |
5 distribution-name = Red Stains Linux | 14 distribution-name = Red Stains Linux |
6 requires = python | 15 requires = python |
7 build-requires = python-devel mysql-devel zlib-devel openssl-devel | 16 build-requires = python-devel mysql-devel zlib-devel openssl-devel |