From 66f9d060a0344e1ce4b31e6f5eb4468cfd389313 Mon Sep 17 00:00:00 2001 From: Yash Gaykar Date: Thu, 30 Jul 2026 20:11:27 +0530 Subject: [PATCH] :memo: docs(package): fix author metadata typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9f3b7d5..b81c798 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "osc_sdk_python" version = "0.41.0" description = "Outscale Gateway python SDK" authors = [ - { name = "Outscal SAS", email = "opensource@outscale.com" } + { name = "Outscale SAS", email = "opensource@outscale.com" } ] readme = "README.md" requires-python = ">=3.10"