diff --git a/setup.py b/setup.py index 34fedd76..273587e9 100755 --- a/setup.py +++ b/setup.py @@ -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', @@ -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' ])