chore(scripts): move find_port to scripts (#2019)

This commit is contained in:
Steven Palma
2025-09-24 11:38:04 +02:00
committed by GitHub
parent a4178f385b
commit 98bcda2d8b
3 changed files with 2 additions and 2 deletions

View File

@@ -164,7 +164,7 @@ all = [
[project.scripts]
lerobot-calibrate="lerobot.calibrate:main"
lerobot-find-cameras="lerobot.scripts.lerobot_find_cameras:main"
lerobot-find-port="lerobot.find_port:main"
lerobot-find-port="lerobot.scripts.lerobot_find_port:main"
lerobot-record="lerobot.record:main"
lerobot-replay="lerobot.replay:main"
lerobot-setup-motors="lerobot.setup_motors:main"