Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit 27b09c1

Browse files
author
Yuki Furuta
committed
fix installed python directory
1 parent a8edb79 commit 27b09c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
from catkin_pkg.python_setup import generate_distutils_setup
33

44
d = generate_distutils_setup(
5-
packages=['bimanual_hubo'],
6-
scripts=[''],
5+
packages=['RelaxedIK'],
76
package_dir={'': 'src'}
87
)
98

0 commit comments

Comments
 (0)