Skip to content

Commit

Permalink
updated maintainer and node name
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Wiesen committed Aug 17, 2022
1 parent 942e394 commit be2cc3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tello/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
],
install_requires=['setuptools'],
zip_safe=True,
maintainer='tentone',
maintainer_email='[email protected]',
maintainer='tentone','Patrick Wiesen',
maintainer_email='[email protected]','[email protected]',
description='DJI Tello control package for ROS 2',
license='MIT',
tests_require=[],
entry_points={
'console_scripts': [
'tello = tello.node:main'
'tello_node = tello.tello_node:main'
],
},
)
File renamed without changes.

0 comments on commit be2cc3d

Please sign in to comment.