l1.5-safety-system/safety_user_plugin/setup.py

8 lines
188 B
Python
Raw Permalink Normal View History

from distutils.core import setup
from catkin_pkg.python_setup import generate_distutils_setup
setup_args = generate_distutils_setup(
package_dir={'': 'scripts'}
)
setup(**setup_args)