Update package description for ros2trace_analysis

Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
Christophe Bedard 2020-06-02 18:02:29 -04:00
parent 095b797b99
commit 846b40b2e8
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
<package format="2"> <package format="2">
<name>ros2trace_analysis</name> <name>ros2trace_analysis</name>
<version>1.0.0</version> <version>1.0.0</version>
<description>The trace analysis command for ROS 2 command line tools.</description> <description>The trace-analysis command for ROS 2 command line tools.</description>
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer> <maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
<license>Apache 2.0</license> <license>Apache 2.0</license>
<author email="christophe.bedard@apex.ai">Christophe Bedard</author> <author email="christophe.bedard@apex.ai">Christophe Bedard</author>

View file

@ -24,9 +24,9 @@ setup(
author_email='christophe.bedard@apex.ai', author_email='christophe.bedard@apex.ai',
url='https://gitlab.com/micro-ROS/ros_tracing/tracetools_analysis', url='https://gitlab.com/micro-ROS/ros_tracing/tracetools_analysis',
keywords=[], 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=( long_description=(
'The package provides the trace analysis ' 'The package provides the trace-analysis '
'command for the ROS 2 command line tools.' 'command for the ROS 2 command line tools.'
), ),
license='Apache 2.0', license='Apache 2.0',