From bf53f1ca2187c2fc6b4ffdd805dc090931d4dce1 Mon Sep 17 00:00:00 2001 From: Ivan Leo Date: Thu, 26 Dec 2024 17:03:36 +0800 Subject: [PATCH] fix: add build system --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index d764422ab..ff4dccf33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,10 @@ version = "1.7.2" description = "structured outputs for llm" readme = "README.md" +[build-system] +requires = ["hatchling"] +build-backend = "hatchling.build" + [tool.uv] package = true