From 6047bbee10a6612fde8928f46a7d93413a240765 Mon Sep 17 00:00:00 2001 From: Gregor Lenz Date: Wed, 2 Jul 2025 11:40:35 +0100 Subject: [PATCH] Update pyproject.toml to make package installable with pip (#1430) Signed-off-by: Gregor Lenz --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 3686532ed..5a1d7a1d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,6 +107,9 @@ xarm = ["gym-xarm>=0.1.1 ; python_version < '4.0'"] [tool.poetry] requires-poetry = ">=2.1" +packages = [ + { include = "lerobot", from = "src" } +] [tool.ruff] line-length = 110