17 lines
399 B
TOML
17 lines
399 B
TOML
[build-system]
|
|
requires = ["setuptools>=45", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "hostwatch"
|
|
version = "1.0.0"
|
|
description = "日志监控与分析 + 主机指标模块 — 日志采集、规则告警、归类分析、指标存储查询"
|
|
requires-python = ">=3.8"
|
|
dependencies = [
|
|
"sqlor",
|
|
]
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|
|
include = ["hostwatch*"]
|