Set symbols visibility to public for util functions

This commit is contained in:
Ingo Lütkebohle 2019-10-18 17:07:18 +00:00 committed by Christophe Bedard
parent ad46e04ebe
commit 7dea456122
10 changed files with 19 additions and 11 deletions

View file

@ -5,7 +5,7 @@
<version>0.2.8</version>
<description>Tools for reading traces.</description>
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</maintainer>
<license>Apache 2.0</license>
<author email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</author>

View file

@ -13,7 +13,7 @@ setup(
install_requires=['setuptools'],
maintainer=(
'Christophe Bedard, '
'Ingo Lütkebohle'
'Ingo Luetkebohle'
),
maintainer_email=(
'bedard.christophe@gmail.com, '