rename odrvtool to odrivetool and include odrive.dfuse in pip package

This commit is contained in:
Samuel Sadok
2018-04-07 21:49:34 -07:00
parent 8b23e0b975
commit d413f3a490
2 changed files with 1 additions and 1 deletions
View File
+1 -1
View File
@@ -61,7 +61,7 @@ if creating_package:
setup(
name = 'odrive',
packages = ['odrive'], # this must be the same as the name above
packages = ['odrive', 'odrive.dfuse'], # this must be the same as the name above
scripts = ['odrivetool', 'odrive_demo.py'],
version = version,
description = 'Control utilities for the ODrive high performance motor controller',