From a778d96a68b9aecb1d9cd3bf2cea2b4014616fb5 Mon Sep 17 00:00:00 2001 From: C. Scott Ananian Date: Mon, 03 Nov 2008 21:00:15 +0000 Subject: Made Pippy-generated activity.info (from metadata in pippy_app.py) match the git activity.info. --- (limited to 'pippy_app.py') 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 ################ -- cgit v0.9.1