Fix missing ipwhois data in bundle package

This commit is contained in:
JonnyWong16 2020-05-03 14:52:29 -07:00
commit ba3f6935db
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 8 additions and 5 deletions

View file

@ -15,7 +15,8 @@ analysis = Analysis(
('../data', 'data'),
('../CHANGELOG.md', '.'),
('../LICENSE', '.'),
('../version.txt', '.')
('../version.txt', '.'),
('../lib/ipwhois/data', 'data')
],
excludes=['FixTk', 'tcl', 'tk', '_tkinter', 'tkinter', 'Tkinter'],
hiddenimports=['Foundation', 'AppKit'],