Skip to content

Commit

Permalink
Fix setup.py gui entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
rdrooij committed Apr 6, 2019
1 parent d343c03 commit 155042a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'sd3save_editor_cli = sd3save_editor.__main__:main'
],
'gui_scripts': [
'sd3save_editor_gui = sd3save_editor.gui.__main__.py:main'
'sd3save_editor_gui = sd3save_editor.gui.__main__:main'
]
},
install_requires=['construct', 'scalpl']
Expand Down

0 comments on commit 155042a

Please sign in to comment.