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",