Merge branch 'update-ros2-trace-analysis-metadata' into 'master'

Update ros2trace_analysis package metadata

See merge request micro-ROS/ros_tracing/tracetools_analysis!71
This commit is contained in:
Christophe Bedard 2020-06-02 22:08:35 +00:00
commit 2e6ebb2505
2 changed files with 5 additions and 5 deletions

View file

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

View file

@ -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',