We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f121cba commit ed86930Copy full SHA for ed86930
1 file changed
setup.py
@@ -16,7 +16,8 @@
16
history = "HISTORY.rst"
17
requirements = None
18
19
-KEYWORDS = project_var_name + ', Xavier Dupré'
+KEYWORDS = [project_var_name, 'Xavier Dupré', 'machine learning',
20
+ 'scikit-learn']
21
DESCRIPTION = """Extends scikit-learn with a couple of new models, transformers, metrics, plotting."""
22
CLASSIFIERS = [
23
'Programming Language :: Python :: 3',
0 commit comments