Add python3.6 classifier to setup.py (#763)

This commit is contained in:
Dan 2018-06-12 13:38:16 -07:00 committed by Jonathan Kim
parent b72dfa87a4
commit 33f2b303de

View File

@ -79,6 +79,7 @@ setup(
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: PyPy',
],