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 9038191 commit 889a50eCopy full SHA for 889a50e
setup.py
@@ -1,9 +1,9 @@
1
from setuptools import setup, find_packages
2
3
-setup(name='tensorPack',
+setup(name='tensorpack',
4
version='0.1',
5
description='A collection of tensor methods from the Meyer lab.',
6
- url='https://github.com/meyer-lab/tensorPack',
+ url='https://github.com/meyer-lab/tensorpack',
7
license='MIT',
8
packages=find_packages(exclude=['doc']),
9
- install_requires=['numpy', 'tensorly', 'scikit-learn'])
+ install_requires=['numpy', 'tensorly', 'scikit-learn'])
0 commit comments