diff --git a/metadata.cfg b/metadata.cfg index f672193..1c122c1 100644 --- a/metadata.cfg +++ b/metadata.cfg @@ -1,6 +1,6 @@ [metadata] version: 2.0.0 -version_info: (2,0,0) +version_info: (2,0,0,'final',0) description: Python interface to MySQL author: Inada Naoki author_email: songofacandy@gmail.com diff --git a/setup_windows.py b/setup_windows.py index ace63bc..c374ad6 100644 --- a/setup_windows.py +++ b/setup_windows.py @@ -18,7 +18,17 @@ def get_config(): vcversion = int(get_build_version()) if client == "mariadbclient": library_dirs = [os.path.join(connector, "lib", "mariadb")] - libraries = ["kernel32", "advapi32", "wsock32", "shlwapi", "Ws2_32", "crypt32", "secur32", "bcrypt", client] + libraries = [ + "kernel32", + "advapi32", + "wsock32", + "shlwapi", + "Ws2_32", + "crypt32", + "secur32", + "bcrypt", + client, + ] include_dirs = [os.path.join(connector, "include", "mariadb")] else: library_dirs = [