__pkginfo__.py
changeset 11642 3defbb0f147a
parent 11640 e45e4999dc98
child 11644 41bd2b316228
equal deleted inserted replaced
11641:3d4e7be2e3c3 11642:3defbb0f147a
     6 
     6 
     7 numversion = (0, 1, 0)
     7 numversion = (0, 1, 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 = 'LOGILAB S.A. (Paris, FRANCE)'
    11 author = 'UNLISH S.A.S. (Montpellier, FRANCE)'
    12 author_email = 'contact@logilab.fr'
    12 author_email = 'contact@unlish.com'
    13 description = "Add the 'pyramid' command to cubicweb-ctl"
    13 description = "Add the 'pyramid' command to cubicweb-ctl"
    14 web = 'http://www.cubicweb.org/project/%s' % distname
    14 web = 'http://www.cubicweb.org/project/%s' % distname
    15 
    15 
    16 __depends__ = {'cubicweb': '>= 3.19.3', 'wsgicors': '>= 0.3'}
    16 __depends__ = {'cubicweb': '>= 3.19.3', 'wsgicors': '>= 0.3'}
    17 __recommends__ = {}
    17 __recommends__ = {}