__pkginfo__.py
changeset 9537 d6ec12a80e4d
parent 9536 1e39c5e91b68
child 9584 8209bede1a4b
child 9588 fe267b7336f3
equal deleted inserted replaced
9536:1e39c5e91b68 9537:d6ec12a80e4d
    20 software
    20 software
    21 """
    21 """
    22 
    22 
    23 modname = distname = "cubicweb"
    23 modname = distname = "cubicweb"
    24 
    24 
    25 numversion = (3, 18, 2)
    25 numversion = (3, 18, 3)
    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 = 'http://www.cubicweb.org'
    32 ftp = 'ftp://ftp.logilab.org/pub/cubicweb'
       
    33 license = 'LGPL'
    32 license = 'LGPL'
    34 
    33 
    35 classifiers = [
    34 classifiers = [
    36            'Environment :: Web Environment',
    35            'Environment :: Web Environment',
    37            'Framework :: CubicWeb',
    36            'Framework :: CubicWeb',