devtools/test/data/cubes/i18ntestcube/__pkginfo__.py
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 24 Nov 2014 17:43:29 +0100
changeset 10047 a1fde2d343b6
parent 9153 bc1b8e77d6ce
permissions -rw-r--r--
[urlpublishing] handle sub-types in RestPathEvaluator Since commit 31a1813d53f3 "[entity/url publishing] fetch_rqlst should use 'is_instance_of' instead of 'is'", the RestPathEvaluator's input rset can have more than one etype, so it can't always use sameetypelist. Related to #3825488

# pylint: disable=W0622
"""cubicweb i18n test cube application packaging information"""

modname = 'i18ntestcube'
distname = 'cubicweb-i18ntestcube'

numversion = (0, 1, 0)
version = '.'.join(str(num) for num in numversion)

license = 'LGPL'
author = 'LOGILAB S.A. (Paris, FRANCE)'
author_email = 'contact@logilab.fr'
description = 'forum'
web = 'http://www.cubicweb.org/project/%s' % distname

__depends__ =  {'cubicweb': '>= 3.16.4',
               }
__recommends__ = {}