1 2 3 4 5 6 7 8
""" Setup.py for backward compatibility with older pip versions. The actual build is handled by maturin via pyproject.toml. """ from setuptools import setup setup()