From 70cc5613a409a36ae238ab195a70d0670cd3528b Mon Sep 17 00:00:00 2001 From: Santiago Fraire Willemoes Date: Thu, 10 Oct 2024 13:15:11 +0200 Subject: [PATCH] fix: add maintainer instead of author (#213) --- pyproject.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b594d93b..cc38e241 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,10 +2,8 @@ name = "kstreams" version = "0.24.4" description = "Build simple kafka streams applications" -authors = [ - "Marcos Schroh ", - "Santiago Fraire Willemoës ", -] +authors = ["Marcos Schroh "] +maintainers = ["Santiago Fraire Willemoës "] license = "Apache-2.0" readme = "README.md" keywords = ["stream", "processing", "kafka", "event streaming"]