10 lines
224 B
TOML
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"
|