Skip to content

Commit

Permalink
Meta data should go towards datas, not hiddenimports.
Browse files Browse the repository at this point in the history
  • Loading branch information
zuckerruebe committed Oct 17, 2023
1 parent e9d9626 commit 92d2134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/src/pytrnsys.spec
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ ga = Analysis(
["runPytrnsysGui.py"],
pathex=[],
binaries=[],
datas=collect_data_files("pytrnsys-gui"),
hiddenimports=copy_metadata("jupyter_client"),
datas=[*collect_data_files("pytrnsys-gui"), *copy_metadata("jupyter_client")],
hiddenimports=[],
hookspath=[],
hooksconfig={},
runtime_hooks=[],
Expand Down

0 comments on commit 92d2134

Please sign in to comment.