Add pyproject.toml (#443)
authorKevin Phoenix <kevin@kphoenix.us>
Sat, 24 Sep 2022 13:29:15 +0000 (06:29 -0700)
committerGitHub <noreply@github.com>
Sat, 24 Sep 2022 13:29:15 +0000 (06:29 -0700)
pyproject.toml [new file with mode: 0644]

diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644 (file)
index 0000000..f87c03a
--- /dev/null
@@ -0,0 +1,3 @@
+[build-system]
+requires = ["setuptools >= 46.4.0", "wheel"]
+build-backend = "setuptools.build_meta"