scense/pyproject.toml
2026-08-29 17:38:48 +08:00

15 lines
380 B
TOML

[build-system]
requires = ["setuptools>=45", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "scense"
version = "1.0.0"
description = "元景 W-08 游戏展示模块:游戏会话/结果管理 + bricks 前端游戏页"
requires-python = ">=3.8"
dependencies = ["sqlor", "bricks_for_python"]
[tool.setuptools.packages.find]
where = ["."]
include = ["scense*"]