reachy_mini_3d_web_viz / pyproject.toml
8bitkick
Remove asset downloading logic and simplify static server setup
691ba96
raw
history blame contribute delete
612 Bytes
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "reachy-mini-web-viz"
version = "0.1.0"
description = "View Reachy URDF with live joint positions using Three.js"
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"reachy-mini@git+https://github.com/pollen-robotics/reachy_mini",
]
[project.entry-points."reachy_mini_apps"]
reachy_mini_web_viz = "reachy_mini_app_example.main:ExampleApp"
[tool.setuptools]
packages = ["reachy_mini_app_example"]
[tool.setuptools.package-data]
reachy_mini_app_example = ["*.html", "*.css", "src/*.js"]