Skip to content

Commit

Permalink
Fix pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellLuo committed Jan 5, 2025
1 parent de01b94 commit bc0b509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "coagent"
version = "0.0.1"
description = ""
authors = [
{ name = "Your Name", email = "<[email protected]>" },
{ name = "Your Name", email = "[email protected]" },
]
requires-python = ">=3.10"

Expand All @@ -12,7 +12,7 @@ name = "coagent"
version = "0.0.1"
description = ""
authors = [
{ name = "Your Name", email = "<[email protected]>" },
"Your Name <[email protected]>",
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit bc0b509

Please sign in to comment.