Skip to content

Commit f89f624

Browse files
committed
fix name
1 parent f963bc5 commit f89f624

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@
99
'spatialmath-python>=0.8.3',
1010
'scipy',
1111
'matplotlib',
12-
'ansitable'
12+
'ansitable',
13+
'swift-sim'
1314
]
1415

15-
swift_req = [
16+
collision_req = [
1617
'pybullet'
1718
]
1819

@@ -58,7 +59,7 @@ def package_files(directory):
5859
'./roboticstoolbox/core/frne.c'])
5960

6061
setup(
61-
name='roboticstoolbox',
62+
name='roboticstoolbox-python',
6263

6364
version='0.6.0',
6465

@@ -117,7 +118,7 @@ def package_files(directory):
117118
install_requires=req,
118119

119120
extras_require={
120-
'swift': swift_req,
121+
'collision': collision_req,
121122
'dev': dev_req,
122123
'docs': docs_req,
123124
'vpython': vp_req

0 commit comments

Comments
 (0)