skeleton/__pkginfo__.py.tmpl
changeset 8573 ae0a567dff30
parent 8565 53c8cf9450b9
child 10214 88f60d4b9952
equal deleted inserted replaced
8570:e20057a9ceea 8573:ae0a567dff30
    14 web = 'http://www.cubicweb.org/project/%%s' %% distname
    14 web = 'http://www.cubicweb.org/project/%%s' %% distname
    15 
    15 
    16 __depends__ =  %(dependencies)s
    16 __depends__ =  %(dependencies)s
    17 __recommends__ = {}
    17 __recommends__ = {}
    18 
    18 
       
    19 classifiers = [
       
    20     'Environment :: Web Environment',
       
    21     'Framework :: CubicWeb',
       
    22     'Programming Language :: Python',
       
    23     'Programming Language :: JavaScript',
       
    24     ]
    19 
    25 
    20 from os import listdir as _listdir
    26 from os import listdir as _listdir
    21 from os.path import join, isdir
    27 from os.path import join, isdir
    22 from glob import glob
    28 from glob import glob
    23 
    29