__pkginfo__.py
changeset 11646 dc3182d7b37c
parent 11644 41bd2b316228
child 11649 8914052abdca
equal deleted inserted replaced
11645:2a949974002d 11646:dc3182d7b37c
     2 """cubicweb-pyramid application packaging information"""
     2 """cubicweb-pyramid application packaging information"""
     3 
     3 
     4 modname = 'pyramid'
     4 modname = 'pyramid'
     5 distname = 'cubicweb-pyramid'
     5 distname = 'cubicweb-pyramid'
     6 
     6 
     7 numversion = (0, 1, 0)
     7 numversion = (0, 1, 1)
     8 version = '.'.join(str(num) for num in numversion)
     8 version = '.'.join(str(num) for num in numversion)
     9 
     9 
    10 license = 'LGPL'
    10 license = 'LGPL'
    11 author = 'UNLISH S.A.S. (Montpellier, FRANCE)'
    11 author = 'UNLISH S.A.S. (Montpellier, FRANCE)'
    12 author_email = 'contact@unlish.com'
    12 author_email = 'contact@unlish.com'