mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 19:31:54 +08:00
Lots of new __doc__ strings and other odds and ends
for new pydoc module in Python 2.1. Exceptions have been moved into _mysql_const/exc.py. Mostly this is for documentation purposes. Mostly.
This commit is contained in:
@ -24,7 +24,7 @@ if sys.platform == "linux-i386": # Red Hat
|
||||
libraries = [mysqlclient, "z"]
|
||||
runtime_library_dirs = []
|
||||
extra_objects = []
|
||||
elif sys.platform == "freebsd4":
|
||||
elif sys.platform in ("freebsd4", "openbsd2"):
|
||||
include_dirs = ['/usr/local/include/mysql']
|
||||
library_dirs = ['/usr/local/lib/mysql']
|
||||
libraries = [mysqlclient, "z"]
|
||||
@ -85,6 +85,7 @@ setup (# Distribution meta-data
|
||||
# Description of the modules and packages in the distribution
|
||||
|
||||
py_modules = ["MySQLdb", "CompatMysqldb",
|
||||
"_mysql_const.exc",
|
||||
"_mysql_const.CR",
|
||||
"_mysql_const.FIELD_TYPE",
|
||||
"_mysql_const.ER",
|
||||
|
Reference in New Issue
Block a user