reachy_mini_hello_world / pyproject.toml
ArthurPch
réorganisation de notre dossier, config pour que ca marche sur tout les pc ( normalement ) + 3 premier point du jalon 2
d1e0f67
raw
history blame contribute delete
784 Bytes
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "reachy_mini_hello_world"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"matplotlib>=3.10.8",
"mediapipe>=0.10.33",
"opencv-python>=4.13.0.92",
"protobuf>=7.34.1",
"reachy-mini",
"yt-dlp>=2026.3.17",
]
keywords = ["reachy-mini-app"]
[project.entry-points."reachy_mini_apps"]
reachy_mini_hello_world = "reachy_mini_hello_world.main:ReachyMiniHelloWorld"
[tool.setuptools]
package-dir = { "" = "." }
include-package-data = true
[tool.setuptools.packages.find]
where = ["."]
[tool.setuptools.package-data]
reachy_mini_hello_world = ["**/*"] # Also include all non-.py files