From a781840ada5a3a84ebe9284ca286dd407c0c281e Mon Sep 17 00:00:00 2001 From: dreamer Date: Sat, 21 Sep 2024 02:21:04 +0200 Subject: [PATCH] cleanup pyproject.toml --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f9b24de..fff8b39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,9 +19,8 @@ scipy = "^1.9.1" tox = "^4.20.0" [tool.poetry-pyinstaller-plugin] -collect = { all = ["json2daisy"], data = ["hvcc"] } +collect = { all = ["json2daisy"] } include = { "hvcc/generators" = "hvcc/generators", "hvcc/core" = "hvcc/core", "hvcc/interpreters" = "hvcc/interpreters" } -# package = { "hvcc/generators" = "_Heavy_internal/generators" } [tool.poetry-pyinstaller-plugin.scripts]