diff --git a/ros2trace_analysis/package.xml b/ros2trace_analysis/package.xml index 56ba050..eb16959 100644 --- a/ros2trace_analysis/package.xml +++ b/ros2trace_analysis/package.xml @@ -3,8 +3,8 @@ ros2trace_analysis 1.0.0 - The trace analysis command for ROS 2 command line tools. - Christophe Bedard + 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 e81e7b3..9fcca25 100644 --- a/ros2trace_analysis/setup.py +++ b/ros2trace_analysis/setup.py @@ -18,15 +18,15 @@ setup( 'Christophe Bedard' ), maintainer_email=( - 'christophe.bedard@apex.ai' + 'bedard.christophe@gmail.com' ), author='Christophe Bedard', 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',