Fix authors/maintainer
This commit is contained in:
parent
30fb7dd8f1
commit
650f7cee37
2 changed files with 9 additions and 2 deletions
7
setup.py
7
setup.py
|
@ -11,6 +11,13 @@ setup(
|
|||
('share/' + package_name, ['package.xml']),
|
||||
],
|
||||
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',
|
||||
# url='',
|
||||
keywords=['ROS'],
|
||||
description='Tools for analysing trace data',
|
||||
entry_points={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue