Skip to content

Commit 52d4cba

Browse files
build: update license identifiers in pyproject.toml (#1249)
1 parent be8fd06 commit 52d4cba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ build-backend = "setuptools.build_meta"
2020
description = "Google Cloud SQL Python Connector library"
2121
name = "cloud-sql-python-connector"
2222
authors = [{ name = "Google LLC", email = "[email protected]" }]
23-
license = { text = "Apache 2.0" }
23+
license = "Apache-2.0"
24+
license-files = ["LICENSE"]
2425
requires-python = ">=3.9"
2526
readme = "README.md"
2627
classifiers = [
@@ -30,7 +31,6 @@ classifiers = [
3031
# "Development Status :: 5 - Production/Stable"
3132
"Development Status :: 5 - Production/Stable",
3233
"Intended Audience :: Developers",
33-
"License :: OSI Approved :: Apache Software License",
3434
"Programming Language :: Python",
3535
"Programming Language :: Python :: 3",
3636
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)