Skip to content

Commit

Permalink
FIX: Update setup.py (#121)
Browse files Browse the repository at this point in the history
- new algorithms
- new website
  • Loading branch information
wdevazelhes authored Sep 5, 2018
1 parent 63ba003 commit 5c80f50
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
description='Python implementations of metric learning algorithms',
author=['CJ Carey', 'Yuan Tang'],
author_email='ccarey@cs.umass.edu',
url='http://github.com/all-umass/metric-learn',
url='http://github.com/metric-learn/metric-learn',
license='MIT',
classifiers=[
'Development Status :: 4 - Beta',
Expand Down Expand Up @@ -40,5 +40,9 @@
'Information Theoretic Metric Learning',
'Sparse Determinant Metric Learning',
'Least Squares Metric Learning',
'Neighborhood Components Analysis'
'Neighborhood Components Analysis',
'Local Fisher Discriminant Analysis',
'Relative Components Analysis',
'Mahalanobis Metric for Clustering',
'Metric Learning for Kernel Regression'
])

0 comments on commit 5c80f50

Please sign in to comment.