Skip to content

Commit 889a50e

Browse files
authored
Update setup.py
1 parent 9038191 commit 889a50e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
from setuptools import setup, find_packages
22

3-
setup(name='tensorPack',
3+
setup(name='tensorpack',
44
version='0.1',
55
description='A collection of tensor methods from the Meyer lab.',
6-
url='https://github.com/meyer-lab/tensorPack',
6+
url='https://github.com/meyer-lab/tensorpack',
77
license='MIT',
88
packages=find_packages(exclude=['doc']),
9-
install_requires=['numpy', 'tensorly', 'scikit-learn'])
9+
install_requires=['numpy', 'tensorly', 'scikit-learn'])

0 commit comments

Comments
 (0)