Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit 2a2e883

Browse files
committed
Fixes a classifier
Signed-off-by: zachwick <zach@zachwick.com>
1 parent 9354f0a commit 2a2e883

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
@@ -44,7 +44,7 @@ def readme():
4444
packages=['Adafruit_Thermal'],
4545
zip_safe=False,
4646
classifiers=[
47-
'License :: OSI Approved :: MIT',
47+
'License :: OSI Approved :: MIT License',
4848
'Intended Audience :: Developers',
4949
'Programming Language :: Python :: 3.4',
5050
'Programming Language :: Python :: 2.7',

0 commit comments

Comments
 (0)