"""Legacy setuptools compatibility shim. Project metadata, dependencies, and the src package layout are maintained solely in pyproject.toml. Install with `pip install .` or `uv sync`. """ from setuptools import setup setup()