From 097257942a8eb4fa76b37df4abdf4d2298bb9726 Mon Sep 17 00:00:00 2001 From: Kevin Phoenix Date: Sat, 24 Sep 2022 06:29:15 -0700 Subject: [PATCH] Add pyproject.toml (#443) --- 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 0000000..f87c03a --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools >= 46.4.0", "wheel"] +build-backend = "setuptools.build_meta" -- 2.30.2