Better descriptions for modules

This commit is contained in:
Laurent Bachelier 2012-02-11 00:46:48 +01:00
commit 0fa7060b68
54 changed files with 58 additions and 63 deletions

View file

@ -39,7 +39,7 @@ class YahooBackend(BaseBackend, ICapWeather):
MAINTAINER = 'Romain Bignon'
EMAIL = 'romain@weboob.org'
VERSION = '0.b'
DESCRIPTION = 'Yahoo'
DESCRIPTION = 'Yahoo!'
LICENSE = 'AGPLv3+'
BROWSER = BaseBrowser
WEATHER_URL = 'http://weather.yahooapis.com/forecastrss?w=%s&u=%s'