1
0
Fork 0
mirror of synced 2024-06-22 04:20:25 +12:00

windows: unfollow some python modules in the nuitka script for testing

This commit is contained in:
Stelios Tsampas 2022-09-12 14:54:30 +03:00 committed by loathingKernel
parent 9d28680804
commit 412100f464

View file

@ -13,6 +13,11 @@ python -m nuitka ^
--follow-imports ^
--nofollow-import-to="*.tests" ^
--nofollow-import-to="*.distutils" ^
--nofollow-import-to="distutils" ^
--nofollow-import-to="unittest" ^
--nofollow-import-to="pydoc" ^
--nofollow-import-to="tkinter" ^
--nofollow-import-to="test" ^
--prefer-source-code ^
--include-package=pypresence ^
--include-package-data=qtawesome ^