Add python3.6 classifier to setup.py

This commit is contained in:
Daniel Gallagher 2018-06-08 22:37:46 -07:00
parent 1b3e7f3b96
commit e60290896a

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',
],