Exclude tests package from exe

This commit is contained in:
Dmitri Bogomolov 2021-05-05 18:56:36 +03:00
parent ec2143f9f4
commit 132b413f6e
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13

View File

@ -34,7 +34,7 @@ a = Analysis(
], ],
hookspath=None, hookspath=None,
runtime_hooks=None, runtime_hooks=None,
excludes=['bsddb', 'bz2', 'tcl', 'tk', 'Tkinter'] excludes=['bsddb', 'bz2', 'tcl', 'tk', 'Tkinter', 'tests']
) )
os.rename( os.rename(