15 lines
395 B
TOML
15 lines
395 B
TOML
[build-system]
|
|
requires = ["setuptools>=45", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "world_sync"
|
|
version = "1.0.0"
|
|
description = "W-05 同步管理模块: 同步配置/同步任务/同步日志, 批量事务+失败回滚"
|
|
requires-python = ">=3.8"
|
|
dependencies = ["sqlor", "bricks_for_python"]
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|
|
include = ["world_sync*"]
|