maintainers
This commit is contained in:
parent
c6c2a4da74
commit
aa5b21a2cf
2 changed files with 8 additions and 2 deletions
|
@ -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 <unbekannt42@web.de>",
|
||||
"Snandwich <129939557+Snandwich@users.noreply.github.com>",
|
||||
]
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
|
|
|
@ -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 <unbekannt42@web.de>",
|
||||
"Snandwich <129939557+Snandwich@users.noreply.github.com>",
|
||||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
|
|
Loading…
Reference in a new issue