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

@ -54,6 +54,8 @@ class Radioob(ReplApplication):
APPNAME = 'radioob'
VERSION = '0.5'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
DESCRIPTION = "Radioob is a console application to list radios, play them and get " \
"informations like the current song."
CAPS = ICapRadio
EXTRA_FORMATTERS = {'radio_list': RadioListFormatter}
COMMANDS_FORMATTERS = {'list': 'radio_list'}