From f8ba5ac0142cf343b7ace56621904f5ab6e2d660 Mon Sep 17 00:00:00 2001 From: henribru <6639509+henribru@users.noreply.github.com> Date: Sat, 28 Sep 2024 18:25:16 +0200 Subject: [PATCH] Fix typo in author name --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 35eab27c..a3d8dce9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "google-api-python-client-stubs" version = "1.27.0" description = "Type stubs for google-api-python-client" authors = [ - { name = "Henrik Bruådal", email = "henrik.bruasdal@gmail.com" }, + { name = "Henrik Bruåsdal", email = "henrik.bruasdal@gmail.com" }, ] readme = "README.md" license = "Apache-2.0"