Skip to content

Commit 250bcf3

Browse files
committed
fix: Updated project authors and maintainers definitions.
1 parent f0bf4b1 commit 250bcf3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Diff for: pyproject.toml

+8-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ version = "0.1.0"
44
license = "Apache-2.0"
55
description = "A tool to transform output from one agent to the input of another."
66
readme = "README.md"
7-
authors = ["Jeff Napper <[email protected]>", "Reginaldo Costa <[email protected]>"]
8-
maintainers = ["Jeff Napper <[email protected]>", "Reginaldo Costa <[email protected]>"]
7+
authors = [
8+
{ name = "Jeff Napper", email = "[email protected]" },
9+
{ name = "Reginaldo Costa", email = "[email protected]" }
10+
]
11+
maintainers = [
12+
{ name = "Jeff Napper", email = "[email protected]" },
13+
{ name = "Reginaldo Costa", email = "[email protected]" }
14+
]
915

1016
[tool.poetry.dependencies]
1117
python = "^3.12"

0 commit comments

Comments
 (0)