10 lines
270 B
TOML
10 lines
270 B
TOML
[project]
|
||
name = "pipeline_platform"
|
||
version = "0.1.0"
|
||
description = "平台内部 agent:平台运维/管理会话能力(模型自动配置等),仅管理员可用"
|
||
dependencies = []
|
||
|
||
[tool.setuptools.packages.find]
|
||
where = ["."]
|
||
include = ["pipeline_platform*"]
|