From 250bcf3cedbb20a42aeb6c5662ef37be7457b43c Mon Sep 17 00:00:00 2001 From: Jeff Napper <103025963+jnapper7@users.noreply.github.com> Date: Fri, 14 Feb 2025 15:58:28 +0100 Subject: [PATCH] fix: Updated project authors and maintainers definitions. --- pyproject.toml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d85b8d1..62f79c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,14 @@ version = "0.1.0" license = "Apache-2.0" description = "A tool to transform output from one agent to the input of another." readme = "README.md" -authors = ["Jeff Napper ", "Reginaldo Costa "] -maintainers = ["Jeff Napper ", "Reginaldo Costa "] +authors = [ + { name = "Jeff Napper", email = "jenapper@cisco.com" }, + { name = "Reginaldo Costa", email = "regcosta@cisco.com" } +] +maintainers = [ + { name = "Jeff Napper", email = "jenapper@cisco.com" }, + { name = "Reginaldo Costa", email = "regcosta@cisco.com" } +] [tool.poetry.dependencies] python = "^3.12"