15 lines
400 B
TOML
15 lines
400 B
TOML
[build-system]
|
|
requires = ["setuptools>=45", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "scense_drag"
|
|
version = "1.0.0"
|
|
description = "元景 W-09 拖拽编程画布模块——拖块连线编译为 script_engine 可执行脚本"
|
|
requires-python = ">=3.8"
|
|
dependencies = ["sqlor", "bricks_for_python"]
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|
|
include = ["scense_drag*"]
|