From 64cfa3b64ddfc51d588ffcf4b946dd7514b7365b Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Fri, 3 Nov 2017 16:03:05 -0700 Subject: [PATCH] Add trove classifier for Python 3.6 support. Helps users know, at a glance, if the library is compatible with a project. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index f9f8a7bb4..385413052 100755 --- a/setup.py +++ b/setup.py @@ -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', ] )