YREA-SLS/SLS_Python/sls_build_backend/__init__.py

6 lines
137 B
Python

"""Build backend for sls_python package."""
from .build_hooks import build_wheel, build_sdist
__all__ = ["build_wheel", "build_sdist"]