Update and format package metadata files
This commit is contained in:
parent
05863a35c6
commit
7253c911cc
10 changed files with 32 additions and 24 deletions
|
@ -3,9 +3,7 @@
|
||||||
<package format="2">
|
<package format="2">
|
||||||
<name>ros2trace</name>
|
<name>ros2trace</name>
|
||||||
<version>0.1.0</version>
|
<version>0.1.0</version>
|
||||||
<description>
|
<description>The trace command for ROS 2 command line tools.</description>
|
||||||
The trace command for ROS 2 command line tools.
|
|
||||||
</description>
|
|
||||||
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
|
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
|
||||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
|
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
|
|
|
@ -17,11 +17,13 @@ setup(
|
||||||
),
|
),
|
||||||
author='Christophe Bedard',
|
author='Christophe Bedard',
|
||||||
author_email='fixed-term.christophe.bourquebedard@de.bosch.com',
|
author_email='fixed-term.christophe.bourquebedard@de.bosch.com',
|
||||||
# url=',
|
url='https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing',
|
||||||
keywords=[],
|
keywords=[],
|
||||||
description='The run command for ROS 2 command line tools.',
|
description='The trace command for ROS 2 command line tools.',
|
||||||
long_description="""\
|
long_description=(
|
||||||
The package provides the trace command for the ROS 2 command line tools.""",
|
'The package provides the trace command '
|
||||||
|
'for the ROS 2 command line tools.'
|
||||||
|
),
|
||||||
license='Apache 2.0',
|
license='Apache 2.0',
|
||||||
tests_require=['pytest'],
|
tests_require=['pytest'],
|
||||||
entry_points={
|
entry_points={
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<package format="2">
|
<package format="2">
|
||||||
<name>tracetools</name>
|
<name>tracetools</name>
|
||||||
<version>0.1.0</version>
|
<version>0.1.0</version>
|
||||||
<description>ROS 2 wrapper for instrumentation</description>
|
<description>Tracing wrapper for ROS 2.</description>
|
||||||
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
|
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
|
||||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</maintainer>
|
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
<author email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</author>
|
<author email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</author>
|
||||||
<author email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</author>
|
<author email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</author>
|
||||||
|
|
||||||
<buildtool_depend>ament_cmake_ros</buildtool_depend>
|
<buildtool_depend>ament_cmake_ros</buildtool_depend>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<package format="2">
|
<package format="2">
|
||||||
<name>tracetools_launch</name>
|
<name>tracetools_launch</name>
|
||||||
<version>0.1.0</version>
|
<version>0.1.0</version>
|
||||||
<description>Launch integration for tracing</description>
|
<description>Launch integration for tracing.</description>
|
||||||
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
|
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
|
||||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
|
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
|
|
|
@ -24,9 +24,13 @@ setup(
|
||||||
),
|
),
|
||||||
author='Christophe Bedard',
|
author='Christophe Bedard',
|
||||||
author_email='fixed-term.christophe.bourquebedard@de.bosch.com',
|
author_email='fixed-term.christophe.bourquebedard@de.bosch.com',
|
||||||
# url='',
|
url='https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing',
|
||||||
keywords=['ROS'],
|
keywords=[],
|
||||||
description='Launch integration for tracing',
|
description='Launch integration for tracing.',
|
||||||
|
long_description=(
|
||||||
|
'This package provides a trace action to '
|
||||||
|
'launch tracing through a launch file.'
|
||||||
|
),
|
||||||
license='Apache 2.0',
|
license='Apache 2.0',
|
||||||
tests_require=['pytest'],
|
tests_require=['pytest'],
|
||||||
)
|
)
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<package format="2">
|
<package format="2">
|
||||||
<name>tracetools_read</name>
|
<name>tracetools_read</name>
|
||||||
<version>0.1.0</version>
|
<version>0.1.0</version>
|
||||||
<description>Tools for reading traces</description>
|
<description>Tools for reading traces.</description>
|
||||||
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
|
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
|
||||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
|
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
|
|
|
@ -21,9 +21,9 @@ setup(
|
||||||
),
|
),
|
||||||
author='Christophe Bedard',
|
author='Christophe Bedard',
|
||||||
author_email='fixed-term.christophe.bourquebedard@de.bosch.com',
|
author_email='fixed-term.christophe.bourquebedard@de.bosch.com',
|
||||||
# url='',
|
url='https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing',
|
||||||
keywords=['ROS'],
|
keywords=[],
|
||||||
description='Tools for reading trace',
|
description='Tools for reading traces.',
|
||||||
license='Apache 2.0',
|
license='Apache 2.0',
|
||||||
tests_require=['pytest'],
|
tests_require=['pytest'],
|
||||||
)
|
)
|
||||||
|
|
|
@ -3,9 +3,9 @@
|
||||||
<package format="2">
|
<package format="2">
|
||||||
<name>tracetools_test</name>
|
<name>tracetools_test</name>
|
||||||
<version>0.1.0</version>
|
<version>0.1.0</version>
|
||||||
<description>Separate test package for tracetools</description>
|
<description>Testing utilities and tests for the tracetools package.</description>
|
||||||
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
|
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
|
||||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</maintainer>
|
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
<author email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</author>
|
<author email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</author>
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<package format="2">
|
<package format="2">
|
||||||
<name>tracetools_trace</name>
|
<name>tracetools_trace</name>
|
||||||
<version>0.1.0</version>
|
<version>0.1.0</version>
|
||||||
<description>Tools for setting up tracing sessions</description>
|
<description>Tools for setting up tracing sessions.</description>
|
||||||
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
|
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
|
||||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
|
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
|
|
|
@ -21,9 +21,13 @@ setup(
|
||||||
),
|
),
|
||||||
author='Christophe Bedard',
|
author='Christophe Bedard',
|
||||||
author_email='fixed-term.christophe.bourquebedard@de.bosch.com',
|
author_email='fixed-term.christophe.bourquebedard@de.bosch.com',
|
||||||
# url='',
|
url='https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing',
|
||||||
keywords=['ROS'],
|
keywords=[],
|
||||||
description='Tools for setting up tracing sessions',
|
description='Tools for setting up tracing sessions.',
|
||||||
|
long_description=(
|
||||||
|
'This package provides tools for setting up tracing sessions. '
|
||||||
|
'It also provides basic utilities to provide CLI functionality.'
|
||||||
|
),
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
f'trace = {package_name}.trace:main',
|
f'trace = {package_name}.trace:main',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue