Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pippy_app.py
diff options
context:
space:
mode:
Diffstat (limited to 'pippy_app.py')
-rw-r--r--pippy_app.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/pippy_app.py b/pippy_app.py
index 73b8cd1..290af5f 100644
--- a/pippy_app.py
+++ b/pippy_app.py
@@ -624,7 +624,7 @@ PIPPY_DEFAULT_ICON = \
def pippy_activity_version():
"""Returns the version number of the generated activity bundle."""
- return 14
+ return 29
def pippy_activity_extra_files():
"""Returns a map of 'extra' files which should be included in the
generated activity bundle."""
@@ -654,6 +654,10 @@ def pippy_activity_bundle_id():
def pippy_activity_mime_types():
"""Return the mime types handled by the generated activity, as a list."""
return 'text/x-python'
+def pippy_activity_extra_info():
+ return """
+license = GPLv2+
+update_url = http://wiki.laptop.org/go/Activities/G1G1"""
################# ACTIVITY BUNDLER ################