Skip to content

Commit

Permalink
pyinstaller: add google-api-core hook
Browse files Browse the repository at this point in the history
Fixes iterative#555

Signed-off-by: Ruslan Kuprieiev <[email protected]>
  • Loading branch information
efiop committed Mar 16, 2018
1 parent 71fef4d commit 80a53f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/hooks/hook-google.api.core.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from PyInstaller.utils.hooks import copy_metadata
datas = copy_metadata('google-api-core')

0 comments on commit 80a53f6

Please sign in to comment.