From 229939cecef00980fe077d4f41ac6624414c3b8a Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Mon, 20 Jan 2025 10:06:30 -0500 Subject: [PATCH] Pin Hatchling to <1.27 to ensure metadata compatibility. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 814716e..94cb6e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ build-backend = "hatchling.build" requires = [ "hatch-fancy-pypi-readme", "hatch-vcs", - "hatchling", + "hatchling<1.27", ] [project]