Fix application descriptions.

This commit is contained in:
Christophe Benz 2011-03-31 19:35:46 +02:00 committed by Romain Bignon
commit c7ff4640a0
17 changed files with 25 additions and 26 deletions

View file

@ -75,7 +75,7 @@ class WetBoobs(ReplApplication):
APPNAME = 'wetboobs'
VERSION = '0.8'
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
DESCRIPTION = "Wetboobs is a console application to display weather and forecasts in your city."
DESCRIPTION = 'Console application allowing to display weather and forecasts in your city.'
CAPS = ICapWeather
EXTRA_FORMATTERS = {'cities': CitiesFormatter,
'current': CurrentFormatter,