Skip to content

Commit f0a511d

Browse files
committed
Fixed warnign
Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com>
1 parent 0dfab80 commit f0a511d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,13 @@
2121
keywords=['ROS'],
2222
classifiers=[
2323
'Intended Audience :: Developers',
24-
'License :: OSI Approved :: Apache Software License',
2524
'Programming Language :: Python',
2625
'Topic :: Software Development',
2726
],
2827
description=(
2928
'rqt_robot_steering provides a GUI plugin for steering a robot using Twist messages.'
3029
),
31-
license='BSD',
30+
license='BSD-3-Clause',
3231
extras_require={
3332
'test': [
3433
'pytest',

0 commit comments

Comments
 (0)