diff --git a/pyproject.toml b/pyproject.toml index d786f336..49f868ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,12 +6,11 @@ requires-python = ">=3.8" authors = [ {name = "Inada Naoki", email = "songofacandy@gmail.com"} ] -license = {text = "GNU General Public License v2 or later (GPLv2+)"} +license = "GPL-2.0-or-later" keywords = ["MySQL"] classifiers = [ "Development Status :: 5 - Production/Stable", "Environment :: Other Environment", - "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows :: Windows NT/2000", "Operating System :: OS Independent", @@ -27,6 +26,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Topic :: Database", "Topic :: Database :: Database Engines/Servers", ] diff --git a/setup.py b/setup.py index 9a1d26b8..0d7c9204 100644 --- a/setup.py +++ b/setup.py @@ -87,7 +87,8 @@ def get_config_win32(options): connector = os.environ.get("MYSQLCLIENT_CONNECTOR", options.get("connector")) if not connector: connector = os.path.join( - os.environ["ProgramFiles"], "MariaDB", "MariaDB Connector C" + os.environ["ProgramFiles"], "MariaDB", "MariaDB Connector C", + os.environ["ProgramFiles"], "MariaDB", "MariaDB Connector C 64-bit", ) extra_objects = []