| # Copyright (c) 2023-2026, AgiBot Inc. All Rights Reserved. | |
| # Author: Genie Sim Team | |
| # License: CC BY-NC-SA 4.0 β see LICENSE / pyproject.toml. | |
| # | |
| # Legacy entry point for ``pip install -e .`` on older pip/setuptools. | |
| # All metadata and dependencies live in ``pyproject.toml``. | |
| from setuptools import setup | |
| setup() | |