kiwi-scp/kiwi/pyproject.toml

24 lines
606 B
TOML
Raw Permalink Normal View History

2024-04-29 22:47:55 +00:00
[tool.poetry]
2024-05-02 14:09:56 +00:00
name = "kiwi-scp"
version = "0.3.0"
description = "kiwi is the simple tool for managing container servers."
2024-04-29 22:47:55 +00:00
license = "MIT"
2024-05-01 16:05:00 +00:00
authors = ["Jörn-Michael Miehe <40151420+ldericher@users.noreply.github.com>"]
2024-05-03 21:48:47 +00:00
maintainers = [
"Bryan Hoffmann <unbekannt42@web.de>",
"Snandwich <129939557+Snandwich@users.noreply.github.com>",
]
2024-05-02 14:09:56 +00:00
readme = "README.md"
2024-04-29 22:47:55 +00:00
[tool.poetry.dependencies]
2024-05-02 14:09:56 +00:00
kiwi-scp-core = {path="..", develop=true}
2024-04-29 22:47:55 +00:00
python = "^3.9"
virtualenv = "^20.26.1"
2024-04-29 22:47:55 +00:00
2024-05-02 14:09:56 +00:00
[tool.poetry.scripts]
kiwi = "kiwi_scp.main:main"
2024-04-29 22:47:55 +00:00
[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core"]