diff -r e20057a9ceea -r ae0a567dff30 skeleton/__pkginfo__.py.tmpl --- a/skeleton/__pkginfo__.py.tmpl Fri Oct 12 15:38:58 2012 +0200 +++ b/skeleton/__pkginfo__.py.tmpl Fri Oct 12 16:05:16 2012 +0200 @@ -16,6 +16,12 @@ __depends__ = %(dependencies)s __recommends__ = {} +classifiers = [ + 'Environment :: Web Environment', + 'Framework :: CubicWeb', + 'Programming Language :: Python', + 'Programming Language :: JavaScript', + ] from os import listdir as _listdir from os.path import join, isdir