From cd460fc5ab1b23c7bfd39b3aff397668b1585b02 Mon Sep 17 00:00:00 2001 From: Ethan Smith Date: Fri, 25 Aug 2023 15:06:26 -0700 Subject: [PATCH] Add pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000000..2f21011953 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools>=40.8.0", "wheel"] +build-backend = "setuptools.build_meta"