skeleton/__pkginfo__.py.tmpl
branchstable
changeset 8565 53c8cf9450b9
parent 7758 1b8b83ff9f6b
child 10214 88f60d4b9952
--- a/skeleton/__pkginfo__.py.tmpl	Tue Sep 18 17:04:44 2012 +0200
+++ b/skeleton/__pkginfo__.py.tmpl	Mon Oct 08 17:50:12 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