From 83a56bba934fcff235ccb36864c15cddc1231847 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Fri, 12 Feb 2016 14:09:57 +0530 Subject: [PATCH] apps: Use new setup mechanism --- plinth/modules/apps/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plinth/modules/apps/__init__.py b/plinth/modules/apps/__init__.py index 28d22ea0b..b7edfd994 100644 --- a/plinth/modules/apps/__init__.py +++ b/plinth/modules/apps/__init__.py @@ -23,3 +23,7 @@ from . import apps from .apps import init __all__ = ['apps', 'init'] + +version = 1 + +is_essential = 1