__pkginfo__.py
changeset 10000 4352b7ccde04
parent 9990 c84ad981fc4a
parent 9997 1ad8e2ebaf5c
child 10012 8c2c6fdd8d56
equal deleted inserted replaced
9990:c84ad981fc4a 10000:4352b7ccde04
    20 software
    20 software
    21 """
    21 """
    22 
    22 
    23 modname = distname = "cubicweb"
    23 modname = distname = "cubicweb"
    24 
    24 
    25 numversion = (3, 19, 4)
    25 numversion = (3, 19, 5)
    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"
    54     }
    54     }
    55 
    55 
    56 __recommends__ = {
    56 __recommends__ = {
    57     'docutils': '>= 0.6',
    57     'docutils': '>= 0.6',
    58     'Pyro': '>= 3.9.1, < 4.0.0',
    58     'Pyro': '>= 3.9.1, < 4.0.0',
    59     'PIL': '',                  # for captcha
    59     'Pillow': '',               # for captcha
    60     'pycrypto': '',             # for crypto extensions
    60     'pycrypto': '',             # for crypto extensions
    61     'fyzz': '>= 0.1.0',         # for sparql
    61     'fyzz': '>= 0.1.0',         # for sparql
    62     'vobject': '>= 0.6.0',      # for ical view
    62     'vobject': '>= 0.6.0',      # for ical view
    63     'rdflib': None,             #
    63     'rdflib': None,             #
    64     'pyzmq': None,
    64     'pyzmq': None,