took the tracetools_read and tracetools_trace from upstream (rolling)
This commit is contained in:
parent
e8637c9043
commit
1b96054945
25 changed files with 1555 additions and 438 deletions
|
@ -5,7 +5,7 @@ package_name = 'tracetools_trace'
|
|||
|
||||
setup(
|
||||
name=package_name,
|
||||
version='1.0.6',
|
||||
version='8.7.0',
|
||||
packages=find_packages(exclude=['test']),
|
||||
data_files=[
|
||||
('share/' + package_name, ['package.xml']),
|
||||
|
@ -23,7 +23,7 @@ setup(
|
|||
),
|
||||
author='Christophe Bedard',
|
||||
author_email='fixed-term.christophe.bourquebedard@de.bosch.com',
|
||||
url='https://gitlab.com/ros-tracing/ros2_tracing',
|
||||
url='https://github.com/ros2/ros2_tracing',
|
||||
keywords=[],
|
||||
description='Tools for setting up tracing sessions.',
|
||||
long_description=(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue