pip/docs
Nick Coghlan 682cff7230 Fix #6163: Default to setuptools.build_meta:__legacy__
The main setuptools PEP 517 backend is intended for
explicit usage in `pyproject.toml`, when the project
authors can ensure that their `setup.py` runs without
that directory being implicitly on `sys.path`.

For implicit usage, setuptools now offers a separate
legacy backend that more closely mimics direct
execution of the `setup.py` script.
2019-02-06 20:57:57 +10:00
..
html Fix #6163: Default to setuptools.build_meta:__legacy__ 2019-02-06 20:57:57 +10:00
man Reorganize pip's docs folder 2018-08-22 13:54:47 +05:30
pip_sphinxext.py Fix line-too-long linter message 2018-11-08 12:35:05 +05:30