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
|
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",
|
||||||
@ -29,7 +29,7 @@ setup (# Distribution meta-data
|
|||||||
sources=['_mysqlmodule.c'],
|
sources=['_mysqlmodule.c'],
|
||||||
include_dirs=[MYSQL_INCLUDE_DIR],
|
include_dirs=[MYSQL_INCLUDE_DIR],
|
||||||
# maybe comment to force dynamic libraries
|
# maybe comment to force dynamic libraries
|
||||||
# library_dirs=[MYSQL_LIB_DIR],
|
#library_dirs=[MYSQL_LIB_DIR],
|
||||||
# uncomment if linking against dynamic libraries
|
# uncomment if linking against dynamic libraries
|
||||||
runtime_library_dirs=[MYSQL_LIB_DIR],
|
runtime_library_dirs=[MYSQL_LIB_DIR],
|
||||||
libraries=['mysqlclient',
|
libraries=['mysqlclient',
|
||||||
@ -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'],
|
||||||
)]
|
)],
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user