File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -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 = [
@@ -78,7 +79,7 @@ python_version = "3.9"
7879namespace_packages = true
7980ignore_missing_imports = true
8081warn_unused_configs = true
81- exclude = [' docs/*' , ' samples/* ' ]
82+ exclude = [' docs/*' ]
8283
8384[tool .pytest .ini_options ]
84- asyncio_mode = " auto"
85+ asyncio_mode = " auto"
You can’t perform that action at this time.
0 commit comments