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

@ -36,7 +36,7 @@ class OrangeBackend(BaseBackend, ICapAccount, ICapMessages, ICapMessagesPost):
MAINTAINER = 'Nicolas Duhamel'
EMAIL = 'nicolas@jombi.fr'
VERSION = '0.b'
DESCRIPTION = 'Orange french mobile phone provider'
DESCRIPTION = 'Orange French mobile phone provider'
LICENSE = 'AGPLv3+'
CONFIG = BackendConfig(Value('login', label='Login'),
ValueBackendPassword('password', label='Password'),