From a7992bcf237da8fcb4dbca785f5a8ee673a84890 Mon Sep 17 00:00:00 2001 From: LeviDPC <43016747+LeviDPC@users.noreply.github.com> Date: Mon, 25 Aug 2025 14:18:23 -0500 Subject: [PATCH] Create pyproject.toml --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..242e366 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,5 @@ +# pyproject.toml +[build-system] +# XXX: If your project needs other packages to build properly, add them to this list. +requires = ["setuptools >= 42.0.0"] +build-backend = "setuptools.build_meta"