cubicweb/__pkginfo__.py
changeset 11151 4259c55df3e7
parent 11149 1b93ff37755b
parent 11129 97095348b3ee
child 11184 2a7b98d91736
equal deleted inserted replaced
11144:fd8bf29ed00e 11151:4259c55df3e7
    20 software
    20 software
    21 """
    21 """
    22 
    22 
    23 modname = distname = "cubicweb"
    23 modname = distname = "cubicweb"
    24 
    24 
    25 numversion = (3, 22, 1)
    25 numversion = (3, 22, 2)
    26 version = '.'.join(str(num) for num in numversion)
    26 version = '.'.join(str(num) for num in numversion)
    27 
    27 
    28 description = "a repository of entities / relations for knowledge management"
    28 description = "a repository of entities / relations for knowledge management"
    29 author = "Logilab"
    29 author = "Logilab"
    30 author_email = "contact@logilab.fr"
    30 author_email = "contact@logilab.fr"
    31 web = 'http://www.cubicweb.org'
    31 web = 'https://www.cubicweb.org'
    32 license = 'LGPL'
    32 license = 'LGPL'
    33 
    33 
    34 classifiers = [
    34 classifiers = [
    35            'Environment :: Web Environment',
    35            'Environment :: Web Environment',
    36            'Framework :: CubicWeb',
    36            'Framework :: CubicWeb',