set a description for every application

This commit is contained in:
Romain Bignon 2010-12-09 12:03:38 +01:00
commit 78bfa70f23
19 changed files with 34 additions and 1 deletions

View file

@ -80,6 +80,8 @@ class Monboob(ReplApplication):
APPNAME = 'monboob'
VERSION = '0.5'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
DESCRIPTION = "Monboob is a daemon to send messages on supported website by email, " \
"and can be used to send replies."
CONFIG = {'interval': 300,
'domain': 'weboob.example.org',
'recipient': 'weboob@example.org',