skeleton/__pkginfo__.py.tmpl
branchstable
changeset 3492 bb520ce86afb
parent 3344 699949007fc2
child 4214 91887e8cf50c
equal deleted inserted replaced
3489:3766d53c607e 3492:bb520ce86afb
    41     if isdir(dirname):
    41     if isdir(dirname):
    42         data_files.append([join(THIS_CUBE_DIR, dirname), listdir(dirname)])
    42         data_files.append([join(THIS_CUBE_DIR, dirname), listdir(dirname)])
    43 # Note: here, you'll need to add subdirectories if you want
    43 # Note: here, you'll need to add subdirectories if you want
    44 # them to be included in the debian package
    44 # them to be included in the debian package
    45 
    45 
    46 
    46 __depends_cubes__ = {}
    47 cube_eid = None # <=== FIXME if you need direct bug-subscription
    47 __depends__ = {'cubicweb': '>= 3.5.0'}
    48 __use__ = (%(dependancies)s)
    48 __use__ = (%(dependancies)s)
    49 __recommend__ = ()
    49 __recommend__ = ()
    50 
    50