Files
rerun-io--rerun/examples/python/animated_urdf/pyproject.toml
T
2026-07-13 13:05:14 +08:00

13 lines
232 B
TOML

[project]
name = "animated_urdf"
version = "0.1.0"
readme = "README.md"
dependencies = ["rerun-sdk"]
[project.scripts]
animated_urdf = "animated_urdf:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"