__pkginfo__.py
branchstable
changeset 2419 e98454c4af87
parent 2406 306fcb9d4df7
child 2476 1294a6bdf3bf
child 2712 d85937184430
equal deleted inserted replaced
2416:7b08c9be310a 2419:e98454c4af87
    29 """
    29 """
    30 
    30 
    31 web = 'http://www.cubicweb.org'
    31 web = 'http://www.cubicweb.org'
    32 ftp = 'ftp://ftp.logilab.org/pub/cubicweb'
    32 ftp = 'ftp://ftp.logilab.org/pub/cubicweb'
    33 pyversions = ['2.4', '2.5']
    33 pyversions = ['2.4', '2.5']
       
    34 
       
    35 classifiers = [
       
    36            'Environment :: Web Environment',
       
    37            'Framework :: CubicWeb',
       
    38            'Programming Language :: Python',
       
    39            'Programming Language :: JavaScript',
       
    40 ]
    34 
    41 
    35 
    42 
    36 import sys
    43 import sys
    37 from os import listdir, environ
    44 from os import listdir, environ
    38 from os.path import join, isdir
    45 from os.path import join, isdir