Skip to content

Commit 413d742

Browse files
committed
Add PyPI trove classifier for license
1 parent 9dfccd9 commit 413d742

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
'Programming Language :: Python :: 3.4',
4141
'Programming Language :: Python :: 3.5',
4242
'Programming Language :: Python :: 3.6',
43-
'Programming Language :: Python :: Implementation :: PyPy', ]
43+
'Programming Language :: Python :: Implementation :: PyPy',
44+
'License :: OSI Approved :: MIT License', ]
4445
)
4546

4647
"""

0 commit comments

Comments
 (0)