Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
email
Commits
93ccaa9b80c5
Commit
e87e6182
authored
Nov 29, 2012
by
Arthur Lutz
Browse files
[pypi] add classifiers
parent
a0c434a2adcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
93ccaa9b
...
...
@@ -25,7 +25,7 @@ except ImportError:
sys
.
modules
.
pop
(
'__pkginfo__'
,
None
)
# import required features
from
__pkginfo__
import
modname
,
version
,
license
,
description
,
\
web
,
author
,
author_email
web
,
author
,
author_email
,
classifiers
# import optional features
import
__pkginfo__
distname
=
getattr
(
__pkginfo__
,
'distname'
,
modname
)
...
...
@@ -157,6 +157,7 @@ def install(**kwargs):
data_files
=
data_files
,
ext_modules
=
ext_modules
,
cmdclass
=
{
'install_lib'
:
MyInstallLib
},
classifiers
=
classifiers
,
**
kwargs
)
...
...
Write
Preview
Markdown
is supported
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