pip/tools
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
..
travis Use tox -e pypy on Travis CI for PyPy 2.7 and 3.5 2018-12-13 19:54:53 +05:30
docs-requirements.txt Move requirements files to tools/ 2018-06-15 23:36:28 +05:30
lint-requirements.txt Upgrade to newer isort 2018-06-27 12:53:31 +05:30
mypy-requirements.txt Update the mypy version 2018-12-18 11:15:56 +05:30
tests-common_wheels-requirements.txt Fix #6163: Default to setuptools.build_meta:__legacy__ 2019-02-06 20:57:57 +10:00
tests-requirements.txt tests: rework tests virtual environment 2018-10-18 23:28:37 +02:00
tox_pip.py tox: fix environment setup 2018-10-07 14:10:58 +02:00