Add trove classifier for Python 3.6 support.

Helps users know, at a glance, if the library is compatible with a
project.
This commit is contained in:
Jon Dufresne 2017-11-03 16:03:05 -07:00
parent 526bdacc54
commit 64cfa3b64d

View File

@ -103,6 +103,7 @@ setup(
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Internet :: WWW/HTTP',
]
)