aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorCatherine <whitequark@whitequark.org>2021-12-17 18:20:57 +0000
committerCatherine <whitequark@whitequark.org>2021-12-17 18:20:57 +0000
commit8e2615765e255144403431ca95c5cdf6c78eb638 (patch)
tree58b1bb6c8c6194770c90d422e7bd1e9a845096c7 /pyproject.toml
parent5b82f0d6d3f301aacc1eb29f0ef53d4882d4e28d (diff)
Revert "Add PEP 518 `pyproject.toml`."
This reverts commit bd7fdd379d8b28f8b542f251a11ca28297e8fd6f.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 0 insertions, 3 deletions
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"