rosclean: moved accidentally-named source.py to setup.py and added catkin_python_setup() to CMakeLists.txt there

This commit is contained in:
Dave Hershberger 2012-09-21 21:15:21 +00:00
parent d15043243b
commit 55f5c5ad3d
2 changed files with 2 additions and 0 deletions

View File

@ -4,4 +4,6 @@ find_package(catkin REQUIRED)
catkin_package()
catkin_package_export()
catkin_python_setup()
catkin_add_nosetests(test)