From 810c19dde4f45763569ac203edbe786a1c11b7f6 Mon Sep 17 00:00:00 2001 From: Catherine Date: Thu, 16 Dec 2021 15:00:51 +0000 Subject: [PATCH] Revert "Add PEP 518 `pyproject.toml`." This reverts commit a2ef4cb6b87b312fee3a7c095b484450838f1242. This broke editable installs (again) and has to be reverted due pip issue pypa/pip#7953. Fixes #663. --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml deleted file mode 100644 index ceb5fc5..0000000 --- a/pyproject.toml +++ /dev/null @@ -1,3 +0,0 @@ -[build-system] -requires = ["wheel", "setuptools", "setuptools_scm"] -build-backend = "setuptools.build_meta"