1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/src/pip/_internal/req
Tzu-ping Chung 288bffc43c Unify Python project root detection logic
A Python project root is now defined as containing a pyproject.toml, or
a setup.py (pre-PEP-517 legacy layout). After this patch, this logic
applies to all checks except parse_editable, where we check for setup.py
and setup.cfg instead since non-setuptools PEP 517 projects cannot be
installed as editable right now.
2021-06-19 15:29:04 +08:00
..
__init__.py Remove typing.TYPE_CHECKING guards 2021-02-19 18:34:21 -08:00
constructors.py Unify Python project root detection logic 2021-06-19 15:29:04 +08:00
req_file.py Fix import error introduced in 21.1 2021-04-24 16:54:52 -04:00
req_install.py remove support for setup.cfg only projects 2021-05-31 13:50:04 +01:00
req_set.py Typing fixes 2021-03-10 16:40:58 +08:00
req_tracker.py Remove typing.TYPE_CHECKING guards 2021-02-19 18:34:21 -08:00
req_uninstall.py Merge pull request #9450 from minrk/custom-log-level 2021-06-11 19:05:56 +08:00