File size: 381 Bytes
b44cc91
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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"