set a description for every application
This commit is contained in:
parent
0a4e05e509
commit
78bfa70f23
19 changed files with 34 additions and 1 deletions
|
|
@ -123,6 +123,8 @@ class Boobmsg(ReplApplication):
|
|||
APPNAME = 'boobmsg'
|
||||
VERSION = '0.5'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Christophe Benz'
|
||||
DESCRIPTION = "Boobmsg is a console application to send messages on supported websites and " \
|
||||
"to display messages threads and contents."
|
||||
CAPS = ICapMessages
|
||||
EXTRA_FORMATTERS = {'msglist': MessagesListFormatter,
|
||||
'msg': MessageFormatter,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue