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

@ -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={