__pkginfo__.py
changeset 4833 41a78fb4107c
parent 4733 022290f7503d
child 4899 c666d265fb95
equal deleted inserted replaced
4832:98c7760b7e9a 4833:41a78fb4107c
    28 * a bunch of other management tools
    28 * a bunch of other management tools
    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.5', '2.6']
    34 
    34 
    35 classifiers = [
    35 classifiers = [
    36            'Environment :: Web Environment',
    36            'Environment :: Web Environment',
    37            'Framework :: CubicWeb',
    37            'Framework :: CubicWeb',
    38            'Programming Language :: Python',
    38            'Programming Language :: Python',