Skip to content

Commit b281c50

Browse files
committed
Fix classifiers in setup.py
1 parent 8225a69 commit b281c50

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
@@ -44,6 +44,7 @@
4444
python_requires='>=3.7',
4545

4646
classifiers=[
47-
'MIT Software License :: Programming Language :: Python :: 3',
47+
'License :: OSI Approved :: MIT License',
48+
'Programming Language :: Python :: 3.7',
4849
],
4950
)

0 commit comments

Comments
 (0)