mirror of
https://github.com/katanemo/plano.git
synced 2026-06-23 15:38:07 +02:00
17 lines
329 B
TOML
17 lines
329 B
TOML
|
|
[project]
|
||
|
|
name = "archfc-monitor"
|
||
|
|
version = "0.1.0"
|
||
|
|
description = "Monitoring tool for Arch-FC endpoints"
|
||
|
|
readme = "README.md"
|
||
|
|
requires-python = ">=3.8"
|
||
|
|
dependencies = [
|
||
|
|
"requests>=2.31.0",
|
||
|
|
]
|
||
|
|
|
||
|
|
[project.scripts]
|
||
|
|
archfc-monitor = "archfc_monitor:main"
|
||
|
|
|
||
|
|
[build-system]
|
||
|
|
requires = ["hatchling"]
|
||
|
|
build-backend = "hatchling.build"
|