Skip to content

Commit 8029d51

Browse files
authored
Update pyproject.toml license per #1081 (#1083)
1 parent bda1714 commit 8029d51

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ version = "31.2.0"
2222
description = "Client library for the Google Ads API"
2323
readme = "./README.rst"
2424
requires-python = ">=3.9, <3.15"
25-
license = { file = "LICENSE" }
25+
license = "Apache-2.0"
26+
license-files = ["LICENSE"]
2627
authors = [
2728
{name = "Google LLC", email = "googleapis-packages@google.com"}
2829
]

0 commit comments

Comments
 (0)