Skip to content

Commit 034f724

Browse files
committed
0BSD isn't in the PyPI classifier.
1 parent 68ef074 commit 034f724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

software/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def run(self):
4444
},
4545
classifiers=[
4646
'Development Status :: 4 - Beta',
47-
'License :: OSI Approved :: 0-clause BSD License',
47+
'License :: OSI Approved', # ' :: 0-clause BSD License', (not in PyPI)
4848
'Topic :: Software Development :: Embedded Systems',
4949
'Topic :: System :: Hardware',
5050
],

0 commit comments

Comments
 (0)