File size: 400 Bytes
8d6fd68 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "dance_dance_mini"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"reachy-mini"
]
keywords = ["reachy-mini-app"]
[project.entry-points."reachy_mini_apps"]
dance_dance_mini = "dance_dance_mini.main:DanceDanceMini" |