cubicweb/__pkginfo__.py
changeset 12567 26744ad37953
parent 12491 540904e0ff0f
child 12626 32ee89340e59
equal deleted inserted replaced
12566:6b3523f81f42 12567:26744ad37953
    32 license = 'LGPL'
    32 license = 'LGPL'
    33 
    33 
    34 classifiers = [
    34 classifiers = [
    35     'Environment :: Web Environment',
    35     'Environment :: Web Environment',
    36     'Framework :: CubicWeb',
    36     'Framework :: CubicWeb',
    37     'Programming Language :: Python',
    37     'Programming Language :: Python :: 3',
    38     'Programming Language :: JavaScript',
    38     'Programming Language :: JavaScript',
    39 ]
    39 ]
    40 
    40 
    41 # data files that shall be copied into the main package directory
    41 # data files that shall be copied into the main package directory
    42 package_data = {
    42 package_data = {