1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/src/pip
Chris Hunt 94421cfb1a Extract console script spec calculation from install_wheel
This big chunk of code was independent of the rest of our wheel
installation process. Moving it out enforces that there are no
dependencies between it and the original function, and makes it easier
to read the original function.
2020-07-03 17:43:33 -04:00
..
_internal Extract console script spec calculation from install_wheel 2020-07-03 17:43:33 -04:00
_vendor Apply suggestions from code review 2020-06-29 16:31:52 +00:00
__init__.py Bump for development 2020-05-21 09:33:44 +01:00
__main__.py Don't use cwd in python -m pip command 2020-04-05 19:59:05 +05:30