Skip to content

Commit

Permalink
fix sketchfab upload node not working in build
Browse files Browse the repository at this point in the history
  • Loading branch information
ChemicalXandco committed Mar 11, 2020
1 parent f75fc91 commit a7f4d39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ def __init__(self, script, initScript=None, base=None, targetName=None, icons=No
build_exe_options = {
# include dynamically loaded plugins
"packages": ["meshroom.nodes", "meshroom.submitters"],
# cx_Freeze does not copy idnadata by default, so it needs to be added here
"includes": ["idna.idnadata"],
"include_files": ["CHANGES.md", "COPYING.md", "LICENSE-MPL2.md", "README.md"]
}

Expand Down

0 comments on commit a7f4d39

Please sign in to comment.