From 23669f2c0ec5aef338591e73dbf25cf6232a067b Mon Sep 17 00:00:00 2001 From: Harsh Sinha Date: Mon, 12 Feb 2024 17:05:55 -0500 Subject: [PATCH] Modify pyproject.toml : Add layout.html --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6cad229..17a8bd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,6 +43,7 @@ mrqa_subset = "mrQA.run_subset:cli" [tool.hatch.build] include = [ "mrQA/*.py", + "mrQA/layout.html", "mrQA/resources/*", "mrQA/tests/*", "mrQA/tests/resources/*",