From 5978793440514feff29e7f307c49d8a0b097eb0c Mon Sep 17 00:00:00 2001 From: Ben Karl Date: Mon, 3 Aug 2026 15:58:00 +0000 Subject: [PATCH] Update pyproject.toml license per #1081 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a10c19a19..254a2610d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,8 @@ version = "31.2.0" description = "Client library for the Google Ads API" readme = "./README.rst" requires-python = ">=3.9, <3.15" -license = { file = "LICENSE" } +license = "Apache-2.0" +license-files = ["LICENSE"] authors = [ {name = "Google LLC", email = "googleapis-packages@google.com"} ]