diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..5183742 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,2 @@ +# This file was generated by https://github.com/audrow/update-ros2-repos +* @clalancette diff --git a/package.xml b/package.xml index 830744f..f435213 100644 --- a/package.xml +++ b/package.xml @@ -4,18 +4,18 @@ 1.2.0 Python implementation of the URDF parser. + Chris Lalancette + BSD - Thomas Moulard - David Lu - Kelsey Hawkins Antonio El Khoury + David Lu Eric Cousineau Ioan Sucan Jackie Kay - - Chris Lalancette - Shane Loretz + Kelsey Hawkins + Shane Loretz + Thomas Moulard http://wiki.ros.org/urdfdom_py https://github.com/ros/urdf_parser_py/issues diff --git a/setup.py b/setup.py index db04cec..864ab83 100644 --- a/setup.py +++ b/setup.py @@ -22,6 +22,8 @@ 'Programming Language :: Python', 'Topic :: Software Development', ], + maintainer='Chris Lalancette', + maintainer_email='clalancette@openrobotics.org', description='Python implementation of the URDF parser.', license='BSD', tests_require=['pytest'],