Skip to content

Commit

Permalink
Add setup.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
nswarup14 committed Jan 19, 2019
1 parent 3907260 commit a50710b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion activity/activity.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = RiverHex
activity_version = 1
host_version = 1
service_name = org.olpcfrance.RiverHexActivity
bundle_id = org.olpcfrance.RiverHexActivity
icon = activity-riverhexactivity
mime_types = application/riverhexactivity
exec = sugar-activity activity.RiverHexActivity
Expand Down
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from sugar3.activity import bundlebuilder

if __name__ == "__main__":
bundlebuilder.start()

0 comments on commit a50710b

Please sign in to comment.