Add license and maintainer to package/setup files

This commit is contained in:
Christophe Bedard 2019-06-24 10:32:24 +02:00
parent ffd1faa1f7
commit ce9453edd2
6 changed files with 9 additions and 6 deletions

View file

@ -7,7 +7,8 @@
The trace command for ROS 2 command line tools. The trace command for ROS 2 command line tools.
</description> </description>
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer> <maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
<license>TODO</license> <maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
<license>Apache 2.0</license>
<author email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</author> <author email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</author>
<depend>ros2cli</depend> <depend>ros2cli</depend>

View file

@ -16,7 +16,7 @@ setup(
description='The run command for ROS 2 command line tools.', description='The run command for ROS 2 command line tools.',
long_description="""\ long_description="""\
The package provides the trace command for the ROS 2 command line tools.""", The package provides the trace command for the ROS 2 command line tools.""",
license='TODO', license='Apache 2.0',
tests_require=['pytest'], tests_require=['pytest'],
entry_points={ entry_points={
'ros2cli.command': [ 'ros2cli.command': [

View file

@ -5,7 +5,8 @@
<version>0.0.1</version> <version>0.0.1</version>
<description>Launch integration for tracing</description> <description>Launch integration for tracing</description>
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer> <maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
<license>TODO</license> <maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
<license>Apache 2.0</license>
<author email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</author> <author email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</author>
<depend>launch</depend> <depend>launch</depend>

View file

@ -21,6 +21,6 @@ setup(
# url='', # url='',
keywords=['ROS'], keywords=['ROS'],
description='Launch integration for tracing', description='Launch integration for tracing',
license='TODO', license='Apache 2.0',
tests_require=['pytest'], tests_require=['pytest'],
) )

View file

@ -5,7 +5,8 @@
<version>0.0.1</version> <version>0.0.1</version>
<description>Tools for setting up tracing sessions</description> <description>Tools for setting up tracing sessions</description>
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer> <maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
<license>TODO</license> <maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
<license>Apache 2.0</license>
<author email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</author> <author email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</author>
<!-- TODO consider adding python3-lttng to rosdep/python <!-- TODO consider adding python3-lttng to rosdep/python

View file

@ -23,6 +23,6 @@ setup(
f'trace = {package_name}.trace:main', f'trace = {package_name}.trace:main',
], ],
}, },
license='TODO', license='Apache 2.0',
tests_require=['pytest'], tests_require=['pytest'],
) )