Update and format package metadata files

This commit is contained in:
Christophe Bedard 2019-07-12 13:08:34 +02:00
parent 05863a35c6
commit 7253c911cc
10 changed files with 32 additions and 24 deletions

View file

@ -3,7 +3,7 @@
<package format="2">
<name>tracetools_read</name>
<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="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
<license>Apache 2.0</license>

View file

@ -21,9 +21,9 @@ setup(
),
author='Christophe Bedard',
author_email='fixed-term.christophe.bourquebedard@de.bosch.com',
# url='',
keywords=['ROS'],
description='Tools for reading trace',
url='https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing',
keywords=[],
description='Tools for reading traces.',
license='Apache 2.0',
tests_require=['pytest'],
)