pip/src/pip
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
..
_internal Unify Python project root detection logic 2021-06-19 15:29:04 +08:00
_vendor Update vendored six to 1.16.0 2021-06-07 14:34:07 +01:00
__init__.py Convert type hint comments into annotations 2021-06-07 21:19:23 +08:00
__main__.py Make pip work with warnings converted to errors 2021-04-05 15:31:08 +01:00
py.typed Fix typos (#10001) 2021-06-03 16:44:42 +02:00