cubicweb/__pkginfo__.py
branch3.27
changeset 12916 7d67f69ebe88
parent 12898 e731c31eaed0
child 12917 db0f56b19583
child 12919 85284f028266
equal deleted inserted replaced
12915:f7b4c3e047c8 12916:7d67f69ebe88
    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 = {