Fix double author=

This commit is contained in:
Christophe Bedard 2019-06-06 09:38:45 +02:00
parent 205850e0d1
commit f6b5aaf95c

View file

@ -13,10 +13,8 @@ setup(
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',
author='Ingo Luetkebohle, Christophe Bedard',
author_email='ingo.luetkebohle@de.bosch.com, fixed-term.christophe.bourquebedard@de.bosch.com',
# url='',
keywords=['ROS'],
description='Tools for analysing trace data',