diff --git a/cubicweb_compound/__pkginfo__.py b/cubicweb_compound/__pkginfo__.py index 82289682d5a05081e8e7981b95438a3c87876ca4_Y3ViaWN3ZWJfY29tcG91bmQvX19wa2dpbmZvX18ucHk=..62b8b6e3d72a7f85b87c3268949fcd1e97fcd7a8_Y3ViaWN3ZWJfY29tcG91bmQvX19wa2dpbmZvX18ucHk= 100644 --- a/cubicweb_compound/__pkginfo__.py +++ b/cubicweb_compound/__pkginfo__.py @@ -2,7 +2,7 @@ """cubicweb-compound application packaging information""" distname = 'cubicweb-compound' -modname = 'cubicweb_coumpound' # XXX apycot rely on this +modname = 'cubicweb_coumpound' numversion = (0, 7, 1) version = '.'.join(str(num) for num in numversion) @@ -11,6 +11,6 @@ author = 'LOGILAB S.A. (Paris, FRANCE)' author_email = 'contact@logilab.fr' description = 'Library cube to handle assemblies of composite entities' -web = 'http://www.cubicweb.org/project/%s' % distname +web = 'https://www.cubicweb.org/project/%s' % distname __depends__ = { @@ -15,6 +15,6 @@ __depends__ = { - 'cubicweb': '>= 3.24', + 'cubicweb': '>= 3.26.19', } __recommends__ = {}