Update and format package metadata files

This commit is contained in:
Christophe Bedard 2019-07-12 13:25:52 +02:00
parent 310357a66f
commit 40c01af7e9
2 changed files with 9 additions and 5 deletions

View file

@ -3,11 +3,11 @@
<package format="2"> <package format="2">
<name>tracetools_analysis</name> <name>tracetools_analysis</name>
<version>0.1.0</version> <version>0.1.0</version>
<description>Tools for analysing trace data</description> <description>Tools for analysing trace data.</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>
<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>
<exec_depend>tracetools_read</exec_depend> <exec_depend>tracetools_read</exec_depend>

View file

@ -27,9 +27,13 @@ setup(
'fixed-term.christophe.bourquebedard@de.bosch.com, ' 'fixed-term.christophe.bourquebedard@de.bosch.com, '
'ingo.luetkebohle@de.bosch.com' 'ingo.luetkebohle@de.bosch.com'
), ),
# url='', url='https://gitlab.com/micro-ROS/ros_tracing/tracetools_analysis',
keywords=['ROS'], keywords=[],
description='Tools for analysing trace data', description='Tools for analysing trace data.',
long_description=(
'This package provides tools for analysing trace data, from '
'building a model of the trace data to providing plotting utilities.'
),
entry_points={ entry_points={
'console_scripts': [ 'console_scripts': [
f'convert = {package_name}.convert:main', f'convert = {package_name}.convert:main',