Files
fgAI/pyproject.toml
2026-06-18 21:03:07 +02:00

10 lines
224 B
TOML

[project]
name = "fgai"
version = "0.1.0"
description = "Local FortiGate log and policy inspection agent with guarded UTM autoblocking."
requires-python = ">=3.11"
dependencies = []
[project.scripts]
fgai = "fgai.cli:main"