diff --git a/ros2trace_analysis/package.xml b/ros2trace_analysis/package.xml index dbd05cf..eb16959 100644 --- a/ros2trace_analysis/package.xml +++ b/ros2trace_analysis/package.xml @@ -3,7 +3,7 @@ ros2trace_analysis 1.0.0 - The trace analysis command for ROS 2 command line tools. + The trace-analysis command for ROS 2 command line tools. Christophe Bedard Apache 2.0 Christophe Bedard diff --git a/ros2trace_analysis/setup.py b/ros2trace_analysis/setup.py index 4496b5a..9fcca25 100644 --- a/ros2trace_analysis/setup.py +++ b/ros2trace_analysis/setup.py @@ -24,9 +24,9 @@ setup( author_email='christophe.bedard@apex.ai', url='https://gitlab.com/micro-ROS/ros_tracing/tracetools_analysis', keywords=[], - description='The trace analysis command for ROS 2 command line tools.', + description='The trace-analysis command for ROS 2 command line tools.', long_description=( - 'The package provides the trace analysis ' + 'The package provides the trace-analysis ' 'command for the ROS 2 command line tools.' ), license='Apache 2.0',