From c510f5a45c21bd25f947eb03664d125846ada6af Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 12 Jan 2026 23:53:47 -0500 Subject: [PATCH] Forgot to add pyproject.toml. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 210fdf3..a0166cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,3 +25,4 @@ path = "src/cthulhu/__init__.py" [tool.hatch.build.targets.wheel] packages = ["src/cthulhu"] +include = ["src/cthulhu/*.ui"]