15 lines
378 B
TOML
15 lines
378 B
TOML
[build-system]
|
|
requires = ["setuptools>=45", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "runtime"
|
|
version = "1.0.0"
|
|
description = "元景 W-10 运行时执行引擎(前端 JS 引擎 + 可选服务端辅助)"
|
|
requires-python = ">=3.8"
|
|
dependencies = ["sqlor", "bricks_for_python"]
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|
|
include = ["runtime*"]
|