skeleton/__pkginfo__.py.tmpl
changeset 8573 ae0a567dff30
parent 8565 53c8cf9450b9
child 10214 88f60d4b9952
--- 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