Skip to content

Commit 03121f8

Browse files
committed
Fix license in setup.py classifiers as per https://pypi.org/pypi?%3Aaction=list_classifiers
1 parent 83e9fe4 commit 03121f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
classifiers=[
3838
'Development Status :: 4 - Beta',
3939
'Intended Audience :: Developers',
40-
'License :: OSI Approved :: BSD-3-Clause',
40+
'License :: OSI Approved :: BSD License',
4141
'Programming Language :: Python :: 3',
4242
],
4343

0 commit comments

Comments
 (0)