__pkginfo__.py
changeset 11659 9d82848e82a7
parent 11656 7fbeb77fe690
child 11665 d72a913b2ffe
equal deleted inserted replaced
11658:a63023a8d457 11659:9d82848e82a7
     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, 3, 0)
     7 numversion = (0, 3, 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'