Revert "Add PEP 518 pyproject.toml."

This reverts commit a2ef4cb6b8.

This broke editable installs (again) and has to be reverted due pip
issue pypa/pip#7953.

Fixes #663.
This commit is contained in:
Catherine 2021-12-16 15:00:51 +00:00
parent 22c7453783
commit 810c19dde4

View file

@ -1,3 +0,0 @@
[build-system]
requires = ["wheel", "setuptools", "setuptools_scm"]
build-backend = "setuptools.build_meta"