cubicweb/devtools/test/data/cubes/i18ntestcube/__pkginfo__.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 24 Jul 2019 11:43:21 +0200
branch3.26
changeset 12706 7ed069414b27
parent 11460 cubicweb/devtools/test/data/libpython/cubicweb_i18ntestcube/__pkginfo__.py@5be729810695
permissions -rw-r--r--
[test] Replace symlinks in legacy_cubes by real copies This solves a "python setup.py build" issue on my machine. Copying these files should not be a big deal because they have been dropped in the "default" branch and we would not touch them in 3.26 branch.

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