Add Python 3.7 classifier

This commit is contained in:
Keith Bussell 2019-11-05 08:56:59 -08:00 committed by Jan-Jelle Kester
parent 8b84777117
commit 7fa9636c18

View file

@ -21,6 +21,7 @@ setup(
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'License :: OSI Approved :: MIT License',
],
)