From aa5b21a2cf74ae11f97f8ee4957cad7a34b10553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Fri, 3 May 2024 23:48:47 +0200 Subject: [PATCH] maintainers --- kiwi/pyproject.toml | 5 ++++- pyproject.toml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/kiwi/pyproject.toml b/kiwi/pyproject.toml index e18fada..d6ef565 100644 --- a/kiwi/pyproject.toml +++ b/kiwi/pyproject.toml @@ -4,7 +4,10 @@ version = "0.3.0" description = "kiwi is the simple tool for managing container servers." license = "MIT" authors = ["Jörn-Michael Miehe <40151420+ldericher@users.noreply.github.com>"] -maintainers = [] +maintainers = [ + "Bryan Hoffmann ", + "Snandwich <129939557+Snandwich@users.noreply.github.com>", +] readme = "README.md" [tool.poetry.dependencies] diff --git a/pyproject.toml b/pyproject.toml index 5e078e7..b9b2603 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,10 @@ version = "0.1.0" description = "" license = "MIT" authors = ["Jörn-Michael Miehe <40151420+ldericher@users.noreply.github.com>"] -maintainers = [] +maintainers = [ + "Bryan Hoffmann ", + "Snandwich <129939557+Snandwich@users.noreply.github.com>", +] [tool.poetry.dependencies] python = "^3.9"