15 lines
383 B
TOML
15 lines
383 B
TOML
[build-system]
|
|
requires = ["setuptools>=45", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "scense_game"
|
|
version = "1.0.0"
|
|
description = "W-08 游戏展示模块 —— 游戏会话 + 结算 + 分享 + 进度保存"
|
|
requires-python = ">=3.8"
|
|
dependencies = ["sqlor", "bricks_for_python"]
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|
|
include = ["scense_game*"]
|