12 lines
317 B
TOML
12 lines
317 B
TOML
[build-system]
|
|
requires = ["setuptools>=61"]
|
|
build-backend = "setuptools.build_meta"
|
|
[project]
|
|
name = "robot-robobrain"
|
|
version = "1.2.0"
|
|
requires-python = ">=3.10"
|
|
description = "RoboBrain and RoboDopamine service boundaries for robot_bt"
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|
|
include = ["robot_robobrain*"]
|