mirror of
https://github.com/lbatalha/rnmon.git
synced 2025-12-22 10:27:12 +00:00
27 lines
508 B
TOML
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"
|