Skip to content

Commit cdb0cc6

Browse files
updating to reflect the new name + URL
1 parent 316f8af commit cdb0cc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
from setuptools import setup
44

55
version = "0.1.0"
6-
setup(name='metric_learn',
6+
setup(name='metric-learn',
77
version=version,
88
description='Python implementations of metric learning algorithms',
99
author=['CJ Carey', 'Yuan Tang'],
1010
author_email='ccarey@cs.umass.edu',
11-
url='http://github.com/all-umass/metric_learn',
11+
url='http://github.com/all-umass/metric-learn',
1212
license='MIT',
1313
classifiers=[
1414
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)