Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pippy_app.py
diff options
context:
space:
mode:
authorC. Scott Ananian <cscott@laptop.org>2008-11-03 21:00:15 (GMT)
committer C. Scott Ananian <cscott@laptop.org>2008-11-03 22:14:10 (GMT)
commita778d96a68b9aecb1d9cd3bf2cea2b4014616fb5 (patch)
tree92fc3590c62d45b58083e25b8909492a7130dc68 /pippy_app.py
parentc120c235d06b123a3e9aeff0c4d55d23e2d01b44 (diff)
Made Pippy-generated activity.info (from metadata in pippy_app.py) match the git activity.info.
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 ################