From 86f570bd63253386dd0a5f4ed1635294d928b848 Mon Sep 17 00:00:00 2001 From: Pavel Cisar Date: Mon, 23 Dec 2024 11:32:12 +0100 Subject: [PATCH] Fix hatch build metadata --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cc18b35..92f87e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling"] +requires = ["hatchling>=1.27.0"] build-backend = "hatchling.build" [project]