Skip to content

Commit e98bae3

Browse files
address PR comments
1 parent 2169377 commit e98bae3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 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 = [
@@ -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"
7878
namespace_packages = true
7979
ignore_missing_imports = true
8080
warn_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

Comments
 (0)