""" Compatibility shim. Project metadata, dependencies and entry points now live in ``pyproject.toml`` ([project] table). This file remains only so that legacy ``python setup.py`` invocations and very old tooling keep working; ``pip install .`` / ``-e .`` read pyproject directly. """ from setuptools import setup setup()