From 27fffd4dcbaa7566a076e61c6a5cf7fe1aa75214 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sun, 9 Apr 2017 14:24:33 -0700 Subject: [PATCH] Add trove classifier for Python 3.6 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index b77ff428..72a68615 100644 --- a/setup.py +++ b/setup.py @@ -64,6 +64,7 @@ setup( 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Text Processing :: Markup :: HTML' -- 2.47.2