From 49f40ec14a2196a27e4f272b9765a03ecfd26514 Mon Sep 17 00:00:00 2001 From: Florian Rau Date: Thu, 14 Sep 2023 18:14:51 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 05fec1a62..1f925f1c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,6 +52,7 @@ DEV = [ [project.scripts] viewsession = "iblrig.commands:viewsession" transfer_data = "iblrig.commands:transfer_data" +transfer_video_data = "iblrig.commands:transfer_video_data" flush = "iblrig.commands:flush" remove-old-sessions = "iblrig.commands:remove_local_sessions" iblrig = "iblrig.gui.wizard:main"