From c7d609c018acecf4aadb87865a8a014adfa86c20 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Wed, 31 Jul 2019 10:10:33 +0200 Subject: [PATCH] Replace special character to fix encoding issue --- ros2trace/setup.py | 2 +- tracetools_launch/setup.py | 2 +- tracetools_read/setup.py | 2 +- tracetools_trace/setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ros2trace/setup.py b/ros2trace/setup.py index fb2b133..443463c 100644 --- a/ros2trace/setup.py +++ b/ros2trace/setup.py @@ -9,7 +9,7 @@ setup( zip_safe=True, maintainer=( 'Christophe Bedard, ' - 'Ingo Lütkebohle' + 'Ingo Luetkebohle' ), maintainer_email=( 'fixed-term.christophe.bourquebedard@de.bosch.com, ' diff --git a/tracetools_launch/setup.py b/tracetools_launch/setup.py index e612096..57dbe6d 100644 --- a/tracetools_launch/setup.py +++ b/tracetools_launch/setup.py @@ -16,7 +16,7 @@ setup( install_requires=['setuptools'], maintainer=( 'Christophe Bedard, ' - 'Ingo Lütkebohle' + 'Ingo Luetkebohle' ), maintainer_email=( 'fixed-term.christophe.bourquebedard@de.bosch.com, ' diff --git a/tracetools_read/setup.py b/tracetools_read/setup.py index 02c6c2e..af81a68 100644 --- a/tracetools_read/setup.py +++ b/tracetools_read/setup.py @@ -13,7 +13,7 @@ setup( install_requires=['setuptools'], maintainer=( 'Christophe Bedard, ' - 'Ingo Lütkebohle' + 'Ingo Luetkebohle' ), maintainer_email=( 'fixed-term.christophe.bourquebedard@de.bosch.com, ' diff --git a/tracetools_trace/setup.py b/tracetools_trace/setup.py index 8703761..f9dfe72 100644 --- a/tracetools_trace/setup.py +++ b/tracetools_trace/setup.py @@ -13,7 +13,7 @@ setup( install_requires=['setuptools'], maintainer=( 'Christophe Bedard, ' - 'Ingo Lütkebohle' + 'Ingo Luetkebohle' ), maintainer_email=( 'fixed-term.christophe.bourquebedard@de.bosch.com, '