Update pyproject.toml to make package installable with pip (#1430)

Signed-off-by: Gregor Lenz <gregor@paddington-robotics.com>
This commit is contained in:
Gregor Lenz
2025-07-02 11:40:35 +01:00
committed by GitHub
parent 1522e60f83
commit 6047bbee10

View File

@@ -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