Skip to content

Commit

Permalink
Add files for building standalone app with pyinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Apr 8, 2018
1 parent 902be10 commit f0942cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env python


if __name__ == '__main__':
import labelme.app
labelme.app.main()
Binary file added labelme/icons/icon.icns
Binary file not shown.

0 comments on commit f0942cb

Please sign in to comment.