Skip to content
Snippets Groups Projects
Commit 302b9c57ddec authored by Arthur Lutz's avatar Arthur Lutz
Browse files

add classifiers

parent b4195c2ee09b
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,14 @@
short_desc = 'blog support for the CubicWeb framework'
long_desc = '''blog support for the CubicWeb framework'''
web = 'http://www.cubicweb.org/project/%s' % distname
classifiers = [
'Environment :: Web Environment'
'Framework :: CubicWeb',
'Programming Language :: Python',
'Programming Language :: JavaScript',
]
CUBES_DIR = join('share', 'cubicweb', 'cubes')
try:
data_files = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment