mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-16 03:50:43 +08:00
Update for 0.3.0a2
This commit is contained in:
@ -14,7 +14,7 @@ MYSQL_LIB_DIR = '/usr/lib/mysql'
|
||||
|
||||
setup (# Distribution meta-data
|
||||
name = "MySQLdb",
|
||||
version = "0.2.2",
|
||||
version = "0.3.0a2",
|
||||
description = "An interface to MySQL",
|
||||
author = "Andy Dustman",
|
||||
author_email = "andy@dustman.net",
|
||||
@ -42,5 +42,5 @@ setup (# Distribution meta-data
|
||||
],
|
||||
# uncomment to force use of the static library
|
||||
# extra_objects=[`MYSQL_LIB_DIR`+'libmysqlclient.a'],
|
||||
)]
|
||||
)],
|
||||
)
|
||||
|
Reference in New Issue
Block a user