15 lines
382 B
TOML
15 lines
382 B
TOML
[build-system]
|
|
requires = ["setuptools>=45", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "scense_demo"
|
|
version = "1.0.0"
|
|
description = "W-07 实时演示模块 —— demo 会话 + three.js 预览 + 状态隔离"
|
|
requires-python = ">=3.8"
|
|
dependencies = ["sqlor", "bricks_for_python"]
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|
|
include = ["scense_demo*"]
|