Revert "Add PEP 518 `pyproject.toml`."
authorwhitequark <whitequark@whitequark.org>
Wed, 1 Jul 2020 08:16:28 +0000 (08:16 +0000)
committerwhitequark <whitequark@whitequark.org>
Wed, 1 Jul 2020 08:24:47 +0000 (08:24 +0000)
commit416b2531aed20ce7e661f2a211c2fb76311fe83b
tree06eb99cf3b320a9c48b46a47e639c54ab8515c4e
parent76c7e70582b5540565482b474242b0ee17a769c9
Revert "Add PEP 518 `pyproject.toml`."

This reverts commit 7fca037f9c14974f499195171bb84c38ebddc1e1.

This broke editable installs and has to be reverted due to a number
of pip issues:
  * pypa/pip#6375
  * pypa/pip#6434
  * pypa/pip#6438

We can put this back once PEP 517/518 support editable installs.
Until then the legacy behavior will suffice, and we should just teach
people to install the dependencies in virtualenvs or something...
pyproject.toml [deleted file]
setup.py