Files
rnmon/pyproject.toml
2025-07-17 21:27:21 +01:00

27 lines
508 B
TOML

[project]
name = "rnmon"
version = "0.3.4"
description = "Reticulum Monitoring Daemon"
readme = "README.md"
license = "MIT"
license-files = ["LICENSE.md"]
authors = [
{ name = "Laura Batalha" }
]
requires-python = ">=3.9"
dependencies = [
"pyyaml>=6.0.2",
"requests>=2.32.3",
"rns>=1.0.0",
]
keywords = ["reticulum", "monitoring", "influx", "exporter"]
[project.scripts]
rnmon = "rnmon.rnmon:main"
[tool.ruff.lint]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"