fix required version of weboob
This commit is contained in:
parent
fc0eb7afc3
commit
44b19e74db
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ from weboob.tools.newsfeed import Newsfeed
|
||||||
class NewspaperPresseuropBackend(GenericNewspaperBackend, ICapMessages):
|
class NewspaperPresseuropBackend(GenericNewspaperBackend, ICapMessages):
|
||||||
MAINTAINER = 'Florent Fourcot'
|
MAINTAINER = 'Florent Fourcot'
|
||||||
EMAIL = 'weboob@flo.fourcot.fr'
|
EMAIL = 'weboob@flo.fourcot.fr'
|
||||||
VERSION = '0.a'
|
VERSION = '0.b'
|
||||||
LICENSE = 'AGPLv3+'
|
LICENSE = 'AGPLv3+'
|
||||||
STORAGE = {'seen': {}}
|
STORAGE = {'seen': {}}
|
||||||
NAME = 'presseurop'
|
NAME = 'presseurop'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue