GenieSimAssets / setup.py
jonasdee
update 3.2.0 assets
f23abff
Raw
History Blame Contribute Delete
318 Bytes
# 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()