@@ -20,7 +20,8 @@ build-backend = "setuptools.build_meta"
2020description = " A Python client library for connecting securely to your Google Cloud AlloyDB instances."
2121name = " google-cloud-alloydb-connector"
2222authors = [{
name =
" Google LLC" ,
email =
" [email protected] " }]
23- license = { text = " Apache 2.0" }
23+ license = " Apache-2.0"
24+ license-files = [" LICENSE" ]
2425requires-python = " >=3.9"
2526readme = " README.md"
2627classifiers = [
@@ -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" ,
@@ -78,7 +78,7 @@ python_version = "3.9"
7878namespace_packages = true
7979ignore_missing_imports = true
8080warn_unused_configs = true
81- exclude = [' docs/*' , ' samples/* ' ]
81+ exclude = [' docs/*' ]
8282
8383[tool .pytest .ini_options ]
84- asyncio_mode = " auto"
84+ asyncio_mode = " auto"
0 commit comments