Skip to content

Commit

Permalink
I wanted multiple prettytables
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkubi committed Jan 12, 2022
1 parent ba13606 commit 23ffc4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion linux_build.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from PyInstaller.utils.hooks import copy_metadata

datas = []
datas += copy_metadata('prettytables')
datas += copy_metadata('prettytable')

block_cipher = None

Expand Down
3 changes: 1 addition & 2 deletions windows_build.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
from PyInstaller.utils.hooks import copy_metadata

datas = []
datas += copy_metadata('prettytables')

datas += copy_metadata('prettytable')

block_cipher = None

Expand Down

0 comments on commit 23ffc4e

Please sign in to comment.