Update for 0.3.0a2

This commit is contained in:
adustman
2000-10-24 23:01:51 +00:00
parent 02c9b5bc8c
commit d924d7ea20

View File

@ -14,7 +14,7 @@ MYSQL_LIB_DIR = '/usr/lib/mysql'
setup (# Distribution meta-data setup (# Distribution meta-data
name = "MySQLdb", name = "MySQLdb",
version = "0.2.2", version = "0.3.0a2",
description = "An interface to MySQL", description = "An interface to MySQL",
author = "Andy Dustman", author = "Andy Dustman",
author_email = "andy@dustman.net", author_email = "andy@dustman.net",
@ -42,5 +42,5 @@ setup (# Distribution meta-data
], ],
# uncomment to force use of the static library # uncomment to force use of the static library
# extra_objects=[`MYSQL_LIB_DIR`+'libmysqlclient.a'], # extra_objects=[`MYSQL_LIB_DIR`+'libmysqlclient.a'],
)] )],
) )