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 316f8af commit cdb0cc6Copy full SHA for cdb0cc6
setup.py
@@ -3,12 +3,12 @@
3
from setuptools import setup
4
5
version = "0.1.0"
6
-setup(name='metric_learn',
+setup(name='metric-learn',
7
version=version,
8
description='Python implementations of metric learning algorithms',
9
author=['CJ Carey', 'Yuan Tang'],
10
author_email='ccarey@cs.umass.edu',
11
- url='http://github.com/all-umass/metric_learn',
+ url='http://github.com/all-umass/metric-learn',
12
license='MIT',
13
classifiers=[
14
'Development Status :: 4 - Beta',
0 commit comments