Skip to content

Commit 0ba8b22

Browse files
committed
added spatialmaths-python to install
1 parent d8e8cc6 commit 0ba8b22

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
@@ -8,7 +8,7 @@
88
long_description = f.read()
99

1010
setup(
11-
name='roboticstoolbox-python',
11+
name='robotics-toolbox-python',
1212

1313
version='0.0.1',
1414

@@ -27,6 +27,6 @@
2727

2828
packages=find_packages(),
2929

30-
install_requires=['numpy']
30+
install_requires=['numpy', 'spatialmath-python']
3131

3232
)

0 commit comments

Comments
 (0)