Skip to content

Commit 0ec42de

Browse files
address PR comments
1 parent 2169377 commit 0ec42de

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ build-backend = "setuptools.build_meta"
2020
description = "A Python client library for connecting securely to your Google Cloud AlloyDB instances."
2121
name = "google-cloud-alloydb-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 = [
@@ -78,7 +79,7 @@ python_version = "3.9"
7879
namespace_packages = true
7980
ignore_missing_imports = true
8081
warn_unused_configs = true
81-
exclude = ['docs/*', 'samples/*']
82+
exclude = ['docs/*']
8283

8384
[tool.pytest.ini_options]
84-
asyncio_mode = "auto"
85+
asyncio_mode = "auto"

0 commit comments

Comments
 (0)