Exclude tests package from exe
This commit is contained in:
parent
ec2143f9f4
commit
132b413f6e
@ -34,7 +34,7 @@ a = Analysis(
|
||||
],
|
||||
hookspath=None,
|
||||
runtime_hooks=None,
|
||||
excludes=['bsddb', 'bz2', 'tcl', 'tk', 'Tkinter']
|
||||
excludes=['bsddb', 'bz2', 'tcl', 'tk', 'Tkinter', 'tests']
|
||||
)
|
||||
|
||||
os.rename(
|
||||
|
Reference in New Issue
Block a user