Fix double author=
This commit is contained in:
parent
205850e0d1
commit
f6b5aaf95c
1 changed files with 2 additions and 4 deletions
6
setup.py
6
setup.py
|
@ -13,10 +13,8 @@ setup(
|
||||||
install_requires=['setuptools'],
|
install_requires=['setuptools'],
|
||||||
maintainer='Christophe Bedard',
|
maintainer='Christophe Bedard',
|
||||||
maintainer_email='fixed-term.christophe.bourquebedard@de.bosch.com',
|
maintainer_email='fixed-term.christophe.bourquebedard@de.bosch.com',
|
||||||
author='Ingo Luetkebohle',
|
author='Ingo Luetkebohle, Christophe Bedard',
|
||||||
author_email='ingo.luetkebohle@de.bosch.com',
|
author_email='ingo.luetkebohle@de.bosch.com, fixed-term.christophe.bourquebedard@de.bosch.com',
|
||||||
author='Christophe Bedard',
|
|
||||||
author_email='fixed-term.christophe.bourquebedard@de.bosch.com',
|
|
||||||
# url='',
|
# url='',
|
||||||
keywords=['ROS'],
|
keywords=['ROS'],
|
||||||
description='Tools for analysing trace data',
|
description='Tools for analysing trace data',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue