summaryrefslogtreecommitdiffstats
path: root/src/installer/__init__.py
blob: aa8e2447c0bec81a86db02ba9437fff2723f2e65 (plain)
1
2
3
4
5
6
"""A library for installing Python wheels."""

__version__ = "0.6.0"
__all__ = ["install"]

from installer._core import install  # noqa