devtools/test/data/cubes/i18ntestcube/__pkginfo__.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Mon, 16 Jun 2014 10:08:32 +0200
changeset 9965 a8769b752299
parent 9153 bc1b8e77d6ce
permissions -rw-r--r--
[CWEP002] Account for attribute formula in schema bootstrap This isn't enough to have computed attribute support, it is only in order not to crash when yams 0.40 is used. Related to #3546717.

# 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__ = {}