Have pyinstaller always load the whole cliff module #3
1 changed files with 3 additions and 0 deletions
|
@ -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"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue