From f72843c054624e40a957a1948e5db30dfd5ff470 Mon Sep 17 00:00:00 2001 From: jackwotherspoon Date: Fri, 21 Mar 2025 18:15:35 +0000 Subject: [PATCH] build: update license identifiers in pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dec2ff48..8a694369 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,8 @@ build-backend = "setuptools.build_meta" description = "Google Cloud SQL Python Connector library" name = "cloud-sql-python-connector" authors = [{ name = "Google LLC", email = "googleapis-packages@google.com" }] -license = { text = "Apache 2.0" } +license = "Apache-2.0" +license-files = ["LICENSE"] requires-python = ">=3.9" readme = "README.md" classifiers = [ @@ -30,7 +31,6 @@ classifiers = [ # "Development Status :: 5 - Production/Stable" "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", - "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.9",