Fix authors/maintainer
This commit is contained in:
parent
ed259dc312
commit
128d545865
2 changed files with 7 additions and 3 deletions
|
@ -4,9 +4,8 @@
|
||||||
<name>tracetools_trace</name>
|
<name>tracetools_trace</name>
|
||||||
<version>0.1.0</version>
|
<version>0.1.0</version>
|
||||||
<description>Tools for setting up tracing sessions</description>
|
<description>Tools for setting up tracing sessions</description>
|
||||||
|
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
|
||||||
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
|
<author email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</author>
|
||||||
<author email="bedard.christophe@gmail.com">Christophe Bedard</author>
|
|
||||||
<license>GPLv3</license>
|
<license>GPLv3</license>
|
||||||
|
|
||||||
<!-- TODO consider adding python3-lttng to rosdep/python
|
<!-- TODO consider adding python3-lttng to rosdep/python
|
||||||
|
|
5
setup.py
5
setup.py
|
@ -11,6 +11,11 @@ setup(
|
||||||
('share/' + package_name, ['package.xml']),
|
('share/' + package_name, ['package.xml']),
|
||||||
],
|
],
|
||||||
install_requires=['setuptools'],
|
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'],
|
keywords=['ROS'],
|
||||||
description='Tools for setting up tracing sessions',
|
description='Tools for setting up tracing sessions',
|
||||||
entry_points={
|
entry_points={
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue