We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be8fd06 commit 52d4cbaCopy full SHA for 52d4cba
pyproject.toml
@@ -20,7 +20,8 @@ build-backend = "setuptools.build_meta"
20
description = "Google Cloud SQL Python Connector library"
21
name = "cloud-sql-python-connector"
22
authors = [{ name = "Google LLC", email = "[email protected]" }]
23
-license = { text = "Apache 2.0" }
+license = "Apache-2.0"
24
+license-files = ["LICENSE"]
25
requires-python = ">=3.9"
26
readme = "README.md"
27
classifiers = [
@@ -30,7 +31,6 @@ classifiers = [
30
31
# "Development Status :: 5 - Production/Stable"
32
"Development Status :: 5 - Production/Stable",
33
"Intended Audience :: Developers",
- "License :: OSI Approved :: Apache Software License",
34
"Programming Language :: Python",
35
"Programming Language :: Python :: 3",
36
"Programming Language :: Python :: 3.9",
0 commit comments