fix(pyproject): adding prompt in pyproject.toml

This commit is contained in:
CarolinePascal
2026-07-30 16:09:00 +02:00
parent 51ea892a4f
commit 640096e0d9
+5 -1
View File
@@ -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"]