Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Maintainers #76

Merged
merged 2 commits into from
Nov 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# This file was generated by https://github.com/audrow/update-ros2-repos
* @clalancette
12 changes: 6 additions & 6 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
<version>1.2.0</version>
<description>Python implementation of the URDF parser.</description>

<maintainer email="[email protected]">Chris Lalancette</maintainer>

<license>BSD</license>

<author>Thomas Moulard</author>
<author>David Lu</author>
<author>Kelsey Hawkins</author>
<author>Antonio El Khoury</author>
<author>David Lu</author>
<author>Eric Cousineau</author>
<author email="[email protected]">Ioan Sucan</author>
<author email="[email protected]">Jackie Kay</author>

<maintainer email="clalancette@osrfoundation.org">Chris Lalancette</maintainer>
<maintainer email="[email protected]">Shane Loretz</maintainer>
<author>Kelsey Hawkins</author>
<author email="sloretz@osrfoundation.org">Shane Loretz</author>
<author>Thomas Moulard</author>

<url type="website">http://wiki.ros.org/urdfdom_py</url>
<url type="bugtracker">https://github.com/ros/urdf_parser_py/issues</url>
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
'Programming Language :: Python',
'Topic :: Software Development',
],
maintainer='Chris Lalancette',
maintainer_email='[email protected]',
description='Python implementation of the URDF parser.',
license='BSD',
tests_require=['pytest'],
Expand Down