Skip to content

Commit

Permalink
Update the maintainer to me. (#13)
Browse files Browse the repository at this point in the history
* Update the maintainer to me.

* Update setup.py.

* Remove author email.

* fixup
  • Loading branch information
clalancette authored and mikaelarguedas committed Dec 9, 2017
1 parent dc80cae commit 10fa1e7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
11 changes: 7 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
<?xml version="1.0"?>
<package format="2">
<name>teleop_twist_keyboard</name>
<version>0.6.0</version>
<license>BSD License 2.0</license>
<version>2.0.0</version>
<description>
A robot-agnostic teleoperation node to convert keyboard commands to Twist
messages.
</description>

<maintainer email="[email protected]">Austin Hendrix</maintainer>
<author>Graylin Trevor Jay</author>
<maintainer email="[email protected]">Chris Lalancette</maintainer>

<license>BSD License 2.0</license>

<url type="website">http://wiki.ros.org/teleop_twist_keyboard</url>

<author email="[email protected]">Austin Hendrix</author>
<author>Graylin Trevor Jay</author>

<exec_depend>geometry_msgs</exec_depend>
<exec_depend>rclpy</exec_depend>

Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name=package_name,
version='0.6.0',
version='2.0.0',
packages=[],
py_modules=[
'teleop_twist_keyboard'
Expand All @@ -15,9 +15,9 @@
('share/' + package_name, ['package.xml']),
],
install_requires=['setuptools'],
maintainer='Austin Hendrix',
maintainer_email='[email protected]',
author='Graylin Trevor Jay',
maintainer='Chris Lalancette',
maintainer_email='[email protected]',
author='Graylin Trevor Jay, Austin Hendrix',
keywords=['ROS'],
classifiers=[
'Intended Audience :: Developers',
Expand Down

0 comments on commit 10fa1e7

Please sign in to comment.