Update and format package metadata files
This commit is contained in:
parent
310357a66f
commit
40c01af7e9
2 changed files with 9 additions and 5 deletions
|
@ -3,11 +3,11 @@
|
|||
<package format="2">
|
||||
<name>tracetools_analysis</name>
|
||||
<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="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
|
||||
<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>
|
||||
|
||||
<exec_depend>tracetools_read</exec_depend>
|
||||
|
|
|
@ -27,9 +27,13 @@ setup(
|
|||
'fixed-term.christophe.bourquebedard@de.bosch.com, '
|
||||
'ingo.luetkebohle@de.bosch.com'
|
||||
),
|
||||
# url='',
|
||||
keywords=['ROS'],
|
||||
description='Tools for analysing trace data',
|
||||
url='https://gitlab.com/micro-ROS/ros_tracing/tracetools_analysis',
|
||||
keywords=[],
|
||||
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={
|
||||
'console_scripts': [
|
||||
f'convert = {package_name}.convert:main',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue