hand_tracker_app / pyproject.toml
cduss's picture
init
b44cc91
raw
history blame
381 Bytes
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "reachy_mini_app_example"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.8"
dependencies = ["reachy-mini"]
[project.entry-points."reachy_mini_apps"]
reachy_mini_app_example = "reachy_mini_app_example.main:ExampleApp"