fix required version of weboob

This commit is contained in:
Romain Bignon 2012-02-18 17:18:20 +01:00
commit 44b19e74db

View file

@ -30,7 +30,7 @@ from weboob.tools.newsfeed import Newsfeed
class NewspaperPresseuropBackend(GenericNewspaperBackend, ICapMessages):
MAINTAINER = 'Florent Fourcot'
EMAIL = 'weboob@flo.fourcot.fr'
VERSION = '0.a'
VERSION = '0.b'
LICENSE = 'AGPLv3+'
STORAGE = {'seen': {}}
NAME = 'presseurop'