From e76701ab325ac9d68f54eaa78229f444530e5ef1 Mon Sep 17 00:00:00 2001 From: JB Date: Mon, 6 Oct 2025 16:23:57 -0700 Subject: [PATCH] feat: Add allow-direct-references setting to hatch metadata --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 1cc84d1..bc43ee5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,6 +52,9 @@ Documentation = "https://github.com/denizsafak/abogen" Repository = "https://github.com/denizsafak/abogen" Issues = "https://github.com/denizsafak/abogen/issues" +[tool.hatch.metadata] +allow-direct-references = true + [project.gui-scripts] abogen = "abogen.web.app:main"