We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dfab80 commit f0a511dCopy full SHA for f0a511d
1 file changed
setup.py
@@ -21,14 +21,13 @@
21
keywords=['ROS'],
22
classifiers=[
23
'Intended Audience :: Developers',
24
- 'License :: OSI Approved :: Apache Software License',
25
'Programming Language :: Python',
26
'Topic :: Software Development',
27
],
28
description=(
29
'rqt_robot_steering provides a GUI plugin for steering a robot using Twist messages.'
30
),
31
- license='BSD',
+ license='BSD-3-Clause',
32
extras_require={
33
'test': [
34
'pytest',
0 commit comments