Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
forgotpwd
Commits
c94e0d85ddb1
Commit
e3159a6f
authored
Oct 18, 2012
by
Arthur Lutz
Browse files
[pkg] add classifiers for pypi (closes #2508629)
--HG-- branch : stable
parent
0d3a3517b471
Changes
2
Hide whitespace changes
Inline
Side-by-side
__pkginfo__.py
View file @
c94e0d85
...
...
@@ -13,6 +13,13 @@ author_email = 'contact@logilab.fr'
description
=
'password recovery component for the CubicWeb framework'
web
=
'http://www.cubicweb.org/project/%s'
%
distname
classifiers
=
[
'Environment :: Web Environment'
,
'Framework :: CubicWeb'
,
'Programming Language :: Python'
,
'Programming Language :: JavaScript'
,
]
__depends__
=
{
'cubicweb'
:
'>= 3.9.0'
,
'pycrypto'
:
None
,
'PIL'
:
None
,
...
...
setup.py
View file @
c94e0d85
...
...
@@ -41,7 +41,7 @@ from distutils.command import install_data
# 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 @@ def install(**kwargs):
data_files
=
data_files
,
ext_modules
=
ext_modules
,
cmdclass
=
cmdclass
,
classifiers
=
classifiers
,
**
kwargs
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment