Fix authors/maintainer

This commit is contained in:
Christophe Bedard 2019-06-06 09:37:20 +02:00
parent 30fb7dd8f1
commit 650f7cee37
2 changed files with 9 additions and 2 deletions

View file

@ -4,9 +4,9 @@
<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="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</maintainer>
<author email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</author> <author email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</author>
<author email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</author>
<license>GPLv3</license> <license>GPLv3</license>
<exec_depend>python3-babeltrace</exec_depend> <exec_depend>python3-babeltrace</exec_depend>

View file

@ -11,6 +11,13 @@ setup(
('share/' + package_name, ['package.xml']), ('share/' + package_name, ['package.xml']),
], ],
install_requires=['setuptools'], install_requires=['setuptools'],
maintainer='Christophe Bedard',
maintainer_email='fixed-term.christophe.bourquebedard@de.bosch.com',
author='Ingo Luetkebohle',
author_email='ingo.luetkebohle@de.bosch.com',
author='Christophe Bedard',
author_email='fixed-term.christophe.bourquebedard@de.bosch.com',
# url='',
keywords=['ROS'], keywords=['ROS'],
description='Tools for analysing trace data', description='Tools for analysing trace data',
entry_points={ entry_points={