Skip to content

Commit

Permalink
fix: add maintainer instead of author (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
woile authored Oct 10, 2024
1 parent 763ae3e commit 70cc561
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
name = "kstreams"
version = "0.24.4"
description = "Build simple kafka streams applications"
authors = [
"Marcos Schroh <[email protected]>",
"Santiago Fraire Willemoës <[email protected]>",
]
authors = ["Marcos Schroh <[email protected]>"]
maintainers = ["Santiago Fraire Willemoës <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
keywords = ["stream", "processing", "kafka", "event streaming"]
Expand Down

0 comments on commit 70cc561

Please sign in to comment.