reachy_phone_home / setup.cfg
itsMarco-G's picture
Implemented simple reachy quips
fe7b296
raw
history blame contribute delete
456 Bytes
[metadata]
name = reachy_phone_home
version = 0.1.0
description = Phone focus companion for Reachy Mini
[options]
packages = find:
python_requires = >=3.10
include_package_data = True
install_requires =
reachy-mini
ultralytics
opencv-python
[options.package_data]
reachy_phone_home =
static/*.html
static/*.PNG
assets/*.mp3
[options.entry_points]
reachy_mini_apps =
reachy_phone_home = reachy_phone_home.main:ReachyPhoneHome