实现行为树执行器、任务协调和技能接口
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=61"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "robot-bt-coordinator"
|
||||
version = "1.2.0"
|
||||
description = "Robot behavior-tree task coordinator"
|
||||
requires-python = ">=3.10"
|
||||
|
||||
[project.scripts]
|
||||
robot-bt-coordinator = "robot_bt_coordinator.cli:main"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["."]
|
||||
include = ["robot_bt_coordinator*"]
|
||||
Reference in New Issue
Block a user