From a395c22aeec0f4eee34bd6be7f343af1eebae05d Mon Sep 17 00:00:00 2001 From: ihaveahax Date: Sun, 11 Jan 2026 16:27:44 -0600 Subject: [PATCH] actually include TaskbarLib.tlb and title.db.gz in package --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d1cc217..cf4624e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,4 +45,4 @@ find = {namespaces = false} # is it even possible to make these OS-specific with pyproject.toml? [tool.setuptools.package-data] -custominstall = ["bin/darwin/save3ds_fuse", "bin/win32/save3ds_fuse.exe"] +custominstall = ["bin/darwin/save3ds_fuse", "bin/win32/save3ds_fuse.exe", "TaskbarLib.tlb", "title.db.gz"]