13 lines
323 B
TOML
13 lines
323 B
TOML
[build-system]
|
|
requires = ["setuptools>=61", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "data_mart"
|
|
version = "0.1.0"
|
|
description = "Sage 数据集市 — 模型性能指标、供应商性价比、多维度分析"
|
|
requires-python = ">=3.10"
|
|
|
|
[tool.setuptools.packages.find]
|
|
include = ["data_mart*"]
|