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"