Fix authors/maintainer

This commit is contained in:
Christophe Bedard 2019-06-06 09:37:20 +02:00
parent ed259dc312
commit 128d545865
2 changed files with 7 additions and 3 deletions

View file

@ -4,9 +4,8 @@
<name>tracetools_trace</name>
<version>0.1.0</version>
<description>Tools for setting up tracing sessions</description>
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
<author email="bedard.christophe@gmail.com">Christophe Bedard</author>
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
<author email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</author>
<license>GPLv3</license>
<!-- TODO consider adding python3-lttng to rosdep/python

View file

@ -11,6 +11,11 @@ setup(
('share/' + package_name, ['package.xml']),
],
install_requires=['setuptools'],
maintainer='Christophe Bedard',
maintainer_email='fixed-term.christophe.bourquebedard@de.bosch.com',
author='Christophe Bedard',
author_email='fixed-term.christophe.bourquebedard@de.bosch.com',
# url='',
keywords=['ROS'],
description='Tools for setting up tracing sessions',
entry_points={