add py37 in setup.py

This commit is contained in:
Yun Xu 2018-10-12 22:58:49 -07:00
parent c8c370b784
commit 1bdf9ca057

View File

@ -48,6 +48,7 @@ setup_kwargs = {
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
}