test/data/cubes/file/__pkginfo__.py
changeset 1977 606923dff11b
parent 1341 9502d02630bf
child 4212 ab6573088b4a
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
     1 # pylint: disable-msg=W0622
     1 # pylint: disable-msg=W0622
     2 """cubicweb-file packaging information"""
     2 """cubicweb-file packaging information
       
     3 
       
     4 :organization: Logilab
       
     5 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
       
     6 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
     7 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
       
     8 """
     3 
     9 
     4 distname = "cubicweb-file"
    10 distname = "cubicweb-file"
     5 modname = distname.split('-', 1)[1]
    11 modname = distname.split('-', 1)[1]
     6 
    12 
     7 numversion = (1, 4, 3)
    13 numversion = (1, 4, 3)