world_snapshot/pyproject.toml

15 lines
433 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[build-system]
requires = ["setuptools>=45", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "world_snapshot"
version = "1.0.0"
description = "世界状态快照模块W-04 快照管理):快照生成/查询/恢复checksum+version 递增,事务一致性"
requires-python = ">=3.8"
dependencies = ["sqlor", "bricks_for_python"]
[tool.setuptools.packages.find]
where = ["."]
include = ["world_snapshot*"]