1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/src/pip/_vendor/pep517/__init__.py

7 lines
129 B
Python
Raw Normal View History

2018-08-01 12:16:22 +02:00
"""Wrappers to build Python packages using PEP 517 hooks
"""
2020-11-19 15:19:42 +01:00
__version__ = '0.9.1'
from .wrappers import * # noqa: F401, F403