From f6b5aaf95cba827d2cbe99c605a1a020706b7527 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Thu, 6 Jun 2019 09:38:45 +0200 Subject: [PATCH] Fix double author= --- setup.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 5fcdad5..747b42c 100644 --- a/setup.py +++ b/setup.py @@ -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',