cubicweb/__pkginfo__.py
changeset 12917 db0f56b19583
parent 12900 2cc3f481ecd0
parent 12916 7d67f69ebe88
equal deleted inserted replaced
12913:ebf4806e4ab7 12917:db0f56b19583
    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 :: Python :: 3',
       
    39     'Programming Language :: Python :: 3 :: Only',
    38     'Programming Language :: JavaScript',
    40     'Programming Language :: JavaScript',
    39 ]
    41 ]
    40 
    42 
    41 # data files that shall be copied into the main package directory
    43 # data files that shall be copied into the main package directory
    42 package_data = {
    44 package_data = {