Fix authors/maintainer
This commit is contained in:
parent
ed259dc312
commit
128d545865
2 changed files with 7 additions and 3 deletions
5
setup.py
5
setup.py
|
@ -11,6 +11,11 @@ setup(
|
|||
('share/' + package_name, ['package.xml']),
|
||||
],
|
||||
install_requires=['setuptools'],
|
||||
maintainer='Christophe Bedard',
|
||||
maintainer_email='fixed-term.christophe.bourquebedard@de.bosch.com',
|
||||
author='Christophe Bedard',
|
||||
author_email='fixed-term.christophe.bourquebedard@de.bosch.com',
|
||||
# url='',
|
||||
keywords=['ROS'],
|
||||
description='Tools for setting up tracing sessions',
|
||||
entry_points={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue