Skip to content

Commit

Permalink
fix(pyproject): correct authors
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted committed Dec 20, 2024
1 parent a28a476 commit 3ba86c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name = "things-cloud"
version = "0.1.0"
description = "Client for Things Cloud API"
readme = "README.md"
authors = ["disrupted <[email protected]>"]
authors = [
{ name = "disrupted", email = "[email protected]" },
]
requires-python = ">=3.12"
dependencies = [
"structlog>=24.4.0",
Expand Down

0 comments on commit 3ba86c3

Please sign in to comment.