Skip to content

Commit

Permalink
build: update hiddenimports
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Sep 4, 2019
1 parent 6c05c53 commit 190d250
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .appveyor/hook-pyjibe.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@
datas = collect_data_files("pyjibe", include_py_files=True)
datas += collect_data_files("pyjibe", subdir="img")

hiddenimports = ["mpl_toolkits"]
hiddenimports = ["mpl_toolkits",
"mpl_toolkits.axes_grid1",
]

5 changes: 4 additions & 1 deletion .travis/hook-pyjibe.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@
datas = collect_data_files("pyjibe", include_py_files=True)
datas += collect_data_files("pyjibe", subdir="img")

hiddenimports = ["mpl_toolkits"]
hiddenimports = ["mpl_toolkits",
"mpl_toolkits.axes_grid1",
]

0 comments on commit 190d250

Please sign in to comment.