__pkginfo__.py
changeset 11656 7fbeb77fe690
parent 11654 00bec1345a78
child 11659 9d82848e82a7
equal deleted inserted replaced
11655:9e20a86da6ce 11656:7fbeb77fe690
     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, 2, 0)
     7 numversion = (0, 3, 0)
     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'