Skip to content
Snippets Groups Projects
Commit c8a20474 authored by Paul-Winpenny's avatar Paul-Winpenny
Browse files

Update setup.py

parent 0966785f
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,7 @@ setup( ...@@ -25,6 +25,7 @@ setup(
entry_points={ entry_points={
'console_scripts': [ 'console_scripts': [
'api_node = robobin.api_node:main', 'api_node = robobin.api_node:main',
'motor_control_node = robobin.motor_control_node:main',
], ],
}, },
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment