From a01bec732f5be868bf66ba3684b4073c954af0ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6gl?= Date: Thu, 12 Jan 2017 22:23:52 +0100 Subject: Update trove classification to include Python 3.6 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index f73d9cf..c5a9863 100644 --- a/setup.py +++ b/setup.py @@ -68,6 +68,7 @@ CLASSIFIERS = [ 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Software Development :: Libraries', -- cgit v1.2.1