Skip to content

Commit 492223c

Browse files
authored
Fix name of BSD PyPI classifier (#88)
1 parent 7ca2810 commit 492223c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
keywords=['ROS2'],
1919
classifiers=[
2020
'Intended Audience :: Developers',
21-
'License :: OSI Approved :: BSD',
21+
'License :: OSI Approved :: BSD License',
2222
'Programming Language :: Python',
2323
'Topic :: Software Development',
2424
],

0 commit comments

Comments
 (0)