We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb24f2 commit 6ec24e6Copy full SHA for 6ec24e6
setup.cfg
@@ -1,2 +1,5 @@
1
[bdist_wheel]
2
-universal = 1
+universal = 1
3
+
4
+[metadata]
5
+description-file = README.rst
setup.py
@@ -25,7 +25,11 @@
25
'scikit-learn'
26
],
27
test_suite='test',
28
- keywords=['Metric Learning', 'Large Margin Nearest Neighbor', \
29
- 'Information Theoretic Metric Learning', 'Sparse Determinant Metric Learning', \
30
- 'Least Squares Metric Learning', 'Neighborhood Components Analysis']
31
- )
+ keywords=[
+ 'Metric Learning',
+ 'Large Margin Nearest Neighbor',
+ 'Information Theoretic Metric Learning',
32
+ 'Sparse Determinant Metric Learning',
33
+ 'Least Squares Metric Learning',
34
+ 'Neighborhood Components Analysis'
35
+ ])
0 commit comments