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 the maintainer to me. #13

Merged
merged 4 commits into from
Dec 9, 2017
Merged
Changes from 1 commit
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
9 changes: 5 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,10 @@
('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',
author_email='[email protected]',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure if setup.py likes a different number of author and author_email. Id suggest to ditch the email field as there is no way to know which author it belongs to

keywords=['ROS'],
classifiers=[
'Intended Audience :: Developers',
Expand Down