diff --git a/core/pyproject.toml b/core/pyproject.toml index 271f5a6..032c1be 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -3,7 +3,8 @@ name = "kiwi-scp-core" version = "0.1.0" description = "" license = "MIT" -authors = ["Jörn-Michael <40151420+ldericher@users.noreply.github.com>"] +authors = ["Jörn-Michael Miehe <40151420+ldericher@users.noreply.github.com>"] +maintainers = [] [tool.poetry.dependencies] python = "^3.9" diff --git a/pyproject.toml b/pyproject.toml index 12252ce..b852075 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,8 @@ name = "kiwi-scp" version = "0.3.0" description = "kiwi is the simple tool for managing container servers." license = "MIT" -authors = ["Jörn-Michael <40151420+ldericher@users.noreply.github.com>"] +authors = ["Jörn-Michael Miehe <40151420+ldericher@users.noreply.github.com>"] +maintainers = [] readme = "README.md" [tool.poetry.dependencies]