cubicweb/devtools/test/data/cubes/i18ntestcube/__pkginfo__.py
changeset 11057 0b59724cb3f2
parent 9153 bc1b8e77d6ce
equal deleted inserted replaced
11052:058bb3dc685f 11057:0b59724cb3f2
       
     1 # pylint: disable=W0622
       
     2 """cubicweb i18n test cube application packaging information"""
       
     3 
       
     4 modname = 'i18ntestcube'
       
     5 distname = 'cubicweb-i18ntestcube'
       
     6 
       
     7 numversion = (0, 1, 0)
       
     8 version = '.'.join(str(num) for num in numversion)
       
     9 
       
    10 license = 'LGPL'
       
    11 author = 'LOGILAB S.A. (Paris, FRANCE)'
       
    12 author_email = 'contact@logilab.fr'
       
    13 description = 'forum'
       
    14 web = 'http://www.cubicweb.org/project/%s' % distname
       
    15 
       
    16 __depends__ =  {'cubicweb': '>= 3.16.4',
       
    17                }
       
    18 __recommends__ = {}