From 23134a3a8ba13877e4ed9907b49c0c33d4af61f2 Mon Sep 17 00:00:00 2001 From: phact Date: Tue, 7 Oct 2025 12:29:47 -0400 Subject: [PATCH] use setuptools --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 2af5b29e..6c74348b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,7 @@ +[build-system] +requires = ["setuptools>=61.0", "wheel"] +build-backend = "setuptools.build_meta" + [project] name = "openrag" version = "0.1.16"