Have pyinstaller always load the whole cliff module #3

Merged
yrriban merged 4 commits from iss2 into trunk 2025-09-06 05:37:39 +00:00
Showing only changes of commit 694f9f3d1f - Show all commits

View file

@ -28,3 +28,6 @@ dcc = "dcc.main:main"
[tool.poetry-pyinstaller-plugin.scripts] [tool.poetry-pyinstaller-plugin.scripts]
dcc = { source = "dcc/main.py", type = "onefile" } dcc = { source = "dcc/main.py", type = "onefile" }
[tool.poetry-pyinstaller-plugin.collect]
all = ["cliff"]