Skip to content

[MRG]  FIX: Update setup.py #121

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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='[email protected]',
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'
])