Add license and maintainer to package/setup files
This commit is contained in:
parent
ffd1faa1f7
commit
ce9453edd2
6 changed files with 9 additions and 6 deletions
|
@ -7,7 +7,8 @@
|
|||
The trace command for ROS 2 command line tools.
|
||||
</description>
|
||||
<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>
|
||||
|
||||
<depend>ros2cli</depend>
|
||||
|
|
|
@ -16,7 +16,7 @@ setup(
|
|||
description='The run command for ROS 2 command line tools.',
|
||||
long_description="""\
|
||||
The package provides the trace command for the ROS 2 command line tools.""",
|
||||
license='TODO',
|
||||
license='Apache 2.0',
|
||||
tests_require=['pytest'],
|
||||
entry_points={
|
||||
'ros2cli.command': [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue