We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dfccd9 commit 413d742Copy full SHA for 413d742
setup.py
@@ -40,7 +40,8 @@
40
'Programming Language :: Python :: 3.4',
41
'Programming Language :: Python :: 3.5',
42
'Programming Language :: Python :: 3.6',
43
- 'Programming Language :: Python :: Implementation :: PyPy', ]
+ 'Programming Language :: Python :: Implementation :: PyPy',
44
+ 'License :: OSI Approved :: MIT License', ]
45
)
46
47
"""
0 commit comments