Skip to content

Commit

Permalink
Windows app: include tkinter_gl
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Nov 25, 2024
1 parent 5cadc3d commit 5960d41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions windows_exe/SnapPy_dbg.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ options = [('v', None, 'OPTION')]

imports = collect_submodules('snappy')
imports += collect_submodules('snappy_15_knots')
imports += collect_submodules('tkinter_gl')
imports += collect_submodules('cypari')
imports += collect_submodules('jedi')
imports += collect_submodules('pyx')
Expand Down
1 change: 1 addition & 0 deletions windows_exe/SnapPy_py3.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ options = [('v', None, 'OPTION')]

imports = collect_submodules('snappy')
imports += collect_submodules('snappy_15_knots')
imports += collect_submodules('tkinter_gl')
imports += collect_submodules('cypari')
imports += collect_submodules('jedi')
imports += collect_submodules('pyx')
Expand Down

0 comments on commit 5960d41

Please sign in to comment.