diff --git a/pyproject.toml b/pyproject.toml index 17486cac3..772a08624 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -375,7 +375,11 @@ torch = [{ index = "pytorch-cu128", marker = "sys_platform == 'linux'" }] torchvision = [{ index = "pytorch-cu128", marker = "sys_platform == 'linux'" }] [tool.setuptools.package-data] -lerobot = ["envs/*.json", "annotations/steerable_pipeline/prompts/*.txt"] +lerobot = [ + "envs/*.json", + "annotations/steerable_pipeline/prompts/*.txt", + "annotations/camera_curation/prompts/*.txt", +] [tool.setuptools.packages.find] where = ["src"]