diff --git a/pyproject.toml b/pyproject.toml index ff5975c..1970ebf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,3 +28,6 @@ dcc = "dcc.main:main" [tool.poetry-pyinstaller-plugin.scripts] dcc = { source = "dcc/main.py", type = "onefile" } + +[tool.poetry-pyinstaller-plugin.collect] +all = ["cliff"]