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

[pkginfo] add pypi classifiers

parent 8fd9cbdb6c30
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
author_email = "contact@logilab.fr"
web = 'http://www.cubicweb.org/project/%s' % distname
classifiers = [
'Environment :: Web Environment'
'Environment :: Web Environment',
'Framework :: CubicWeb',
'Programming Language :: Python',
'Programming Language :: JavaScript',
......
......@@ -41,7 +41,7 @@
# import required features
from __pkginfo__ import modname, version, license, description, web, \
author, author_email
author, author_email, classifiers
if exists('README'):
long_description = file('README').read()
......@@ -193,6 +193,7 @@
data_files = data_files,
ext_modules = ext_modules,
cmdclass = cmdclass,
classifiers = classifiers,
**kwargs
)
......
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