kiwi-scp/pyproject.toml

19 lines
457 B
TOML
Raw Normal View History

2024-04-29 22:47:55 +00:00
[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]
2024-04-30 08:52:12 +00:00
kiwi-scp-core = {path="core", develop=true}
2024-04-29 22:47:55 +00:00
python = "^3.9"
[tool.poetry.scripts]
kiwi = "kiwi_scp.main:main"
[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core"]