kiwi-scp/pyproject.toml

18 lines
457 B
TOML

[tool.poetry]
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>"]
readme = "README.md"
[tool.poetry.dependencies]
kiwi-scp-core = {path="core", develop=true}
python = "^3.9"
[tool.poetry.scripts]
kiwi = "kiwi_scp.main:main"
[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core"]