You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
399 B
TOML

[tool.poetry]
name = "check-lvm-thinpools"
version = "0.1.0"
description = "check_lvm_thinpools in Python"
authors = ["Jan Dittberner <jandd@cacert.org>"]
license = "Apache-2.0"
readme = "README.md"
packages = [{include = "check_lvm_thinpools"}]
[tool.poetry.dependencies]
python = "^3.7"
nagiosplugin = "1.2.4"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"