rosclean: moved accidentally-named source.py to setup.py and added catkin_python_setup() to CMakeLists.txt there
This commit is contained in:
parent
d15043243b
commit
55f5c5ad3d
|
@ -4,4 +4,6 @@ find_package(catkin REQUIRED)
|
|||
catkin_package()
|
||||
catkin_package_export()
|
||||
|
||||
catkin_python_setup()
|
||||
|
||||
catkin_add_nosetests(test)
|
||||
|
|
Loading…
Reference in New Issue