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"