kiwi-scp/pyproject.toml
2021-09-28 13:23:15 +02:00

18 lines
437 B
TOML

[tool.poetry]
name = "kiwi-scp"
version = "0.1.6"
description = "kiwi is the simple tool for managing container servers."
authors = ["ldericher <40151420+ldericher@users.noreply.github.com>"]
[tool.poetry.dependencies]
python = "^3.6"
PyYAML = "^5.4.1"
[tool.poetry.dev-dependencies]
[tool.poetry.scripts]
kiwi = "kiwi_scp.scripts.kiwi:main"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"