Team up maintainers

This commit is contained in:
Christophe Bedard 2019-06-24 11:28:31 +02:00
parent 16f4be55e5
commit 6ef980a6e8
3 changed files with 6 additions and 6 deletions

View file

@ -7,8 +7,8 @@ setup(
packages=find_packages(exclude=['test']), packages=find_packages(exclude=['test']),
install_requires=['ros2cli'], install_requires=['ros2cli'],
zip_safe=True, zip_safe=True,
maintainer='Christophe Bedard', maintainer='Christophe Bedard, Ingo Lütkebohle',
maintainer_email='fixed-term.christophe.bourquebedard@de.bosch.com', maintainer_email='fixed-term.christophe.bourquebedard@de.bosch.com, ingo.luetkebohle@de.bosch.com',
author='Christophe Bedard', author='Christophe Bedard',
author_email='fixed-term.christophe.bourquebedard@de.bosch.com', author_email='fixed-term.christophe.bourquebedard@de.bosch.com',
# url=', # url=',

View file

@ -14,8 +14,8 @@ setup(
('share/' + package_name + '/launch', glob.glob('launch/*.launch.py')), ('share/' + package_name + '/launch', glob.glob('launch/*.launch.py')),
], ],
install_requires=['setuptools'], install_requires=['setuptools'],
maintainer='Christophe Bedard', maintainer='Christophe Bedard, Ingo Lütkebohle',
maintainer_email='fixed-term.christophe.bourquebedard@de.bosch.com', maintainer_email='fixed-term.christophe.bourquebedard@de.bosch.com, ingo.luetkebohle@de.bosch.com',
author='Christophe Bedard', author='Christophe Bedard',
author_email='fixed-term.christophe.bourquebedard@de.bosch.com', author_email='fixed-term.christophe.bourquebedard@de.bosch.com',
# url='', # url='',

View file

@ -11,8 +11,8 @@ setup(
('share/' + package_name, ['package.xml']), ('share/' + package_name, ['package.xml']),
], ],
install_requires=['setuptools'], install_requires=['setuptools'],
maintainer='Christophe Bedard', maintainer='Christophe Bedard, Ingo Lütkebohle',
maintainer_email='fixed-term.christophe.bourquebedard@de.bosch.com', maintainer_email='fixed-term.christophe.bourquebedard@de.bosch.com, ingo.luetkebohle@de.bosch.com',
author='Christophe Bedard', author='Christophe Bedard',
author_email='fixed-term.christophe.bourquebedard@de.bosch.com', author_email='fixed-term.christophe.bourquebedard@de.bosch.com',
# url='', # url='',