diff --git a/package.xml b/package.xml
index 142f3fb..6d0a77c 100644
--- a/package.xml
+++ b/package.xml
@@ -4,9 +4,9 @@
tracetools_analysis
0.1.0
Tools for analysing trace data
-
- Ingo Luetkebohle
+ Christophe Bedard
Ingo Luetkebohle
+ Christophe Bedard
GPLv3
python3-babeltrace
diff --git a/setup.py b/setup.py
index eab091c..c26bf08 100644
--- a/setup.py
+++ b/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={