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">
|
||||
<name>ros2trace</name>
|
||||
<version>0.1.0</version>
|
||||
<description>
|
||||
The trace command for ROS 2 command line tools.
|
||||
</description>
|
||||
<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="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
|
||||
<license>Apache 2.0</license>
|
||||
|
|
|
@ -17,11 +17,13 @@ setup(
|
|||
),
|
||||
author='Christophe Bedard',
|
||||
author_email='fixed-term.christophe.bourquebedard@de.bosch.com',
|
||||
# url=',
|
||||
url='https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing',
|
||||
keywords=[],
|
||||
description='The run command for ROS 2 command line tools.',
|
||||
long_description="""\
|
||||
The package provides the trace command for the ROS 2 command line tools.""",
|
||||
description='The trace command for ROS 2 command line tools.',
|
||||
long_description=(
|
||||
'The package provides the trace command '
|
||||
'for the ROS 2 command line tools.'
|
||||
),
|
||||
license='Apache 2.0',
|
||||
tests_require=['pytest'],
|
||||
entry_points={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue