We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfa9dfb commit fab7d31Copy full SHA for fab7d31
tox.ini
@@ -63,7 +63,7 @@ deps =
63
-r{toxinidir}\requirements-dev.txt
64
commands =
65
# Test for making excutable file
66
- pyinstaller --onefile cli.py -n cli --additional-hooks-dir=hooks --add-binary "src\fosslight_dependency\third_party\askalono\askalono.exe;third_party\askalono"
+ pyinstaller --onefile cli.py -n cli --additional-hooks-dir=hooks --add-binary "src\fosslight_dependency\third_party\askalono\askalono.exe;third_party\askalono" --collect-datas fosslight_util
67
# Test for Pypi
68
{toxinidir}\dist\cli.exe -p tests\test_pypi -o tests\result\pypi
69
# Test for Maven (with optional command)
0 commit comments