From 650f7cee376822a0ef8604d353458bf623f35d3f Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Thu, 6 Jun 2019 09:37:20 +0200 Subject: [PATCH] Fix authors/maintainer --- package.xml | 4 ++-- setup.py | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) 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={