Загрузить файлы в «venv/Lib/site-packages/pip»

This commit is contained in:
2026-07-02 19:45:02 +00:00
parent 086a7ee383
commit afb2da9522
4 changed files with 91 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
from __future__ import annotations
__version__ = "26.0.1"
def main(args: list[str] | None = None) -> int:
"""This is an internal API only meant for use by pip's own console scripts.
For additional details, see https://github.com/pypa/pip/issues/7498.
"""
from pip._internal.utils.entrypoints import _wrapper
return _wrapper(args)