sage_datamart/pyproject.toml
yumoqing 14fce229c5 Revert "fix: i18n JSON files not included in wheel package"
This reverts commit cb42f110c16482662251f55bd847f7e8f6ea434c.
2026-07-27 11:15:31 +08:00

13 lines
331 B
TOML

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