Skip to content

Commit

Permalink
Fix license in setup.py classifiers as per https://pypi.org/pypi?%3Aa…
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcorbett committed Sep 5, 2019
1 parent 83e9fe4 commit 03121f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD-3-Clause',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 3',
],

Expand Down

0 comments on commit 03121f8

Please sign in to comment.