7 lines
130 B
Python
7 lines
130 B
Python
"""Wrappers to build Python packages using PEP 517 hooks
|
|
"""
|
|
|
|
__version__ = '0.13.0'
|
|
|
|
from .wrappers import * # noqa: F401, F403
|