From f61ab2d3766518bfbd7898450b41e0575a2d03dc Mon Sep 17 00:00:00 2001 From: Eric Joanis Date: Thu, 5 Dec 2024 10:04:19 -0500 Subject: [PATCH] build: enable direct ref to get readalongs from github --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 355968b5..512449e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -117,6 +117,9 @@ Changelog = "https://github.com/EveryVoiceTTS/EveryVoice/releases" path = "everyvoice/_version.py" # pattern = "VERSION = 'b(?P[^']+)'" +[tool.hatch.metadata] +allow-direct-references = true + [tool.hatch.build.targets.sdist] include = ["/everyvoice"] exclude = [