Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f89f624

Browse filesBrowse files
committed
fix name
1 parent f963bc5 commit f89f624
Copy full SHA for f89f624

File tree

Expand file treeCollapse file tree

1 file changed

+5
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-4
lines changed

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+5-4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.