From 4dffe5efaa73c1ae4a082442e201f413b5e5bea7 Mon Sep 17 00:00:00 2001 From: Cory Benfield Date: Fri, 16 Oct 2015 22:01:47 +0100 Subject: [PATCH] Update trove classifiers. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f98f5281..745531bf 100755 --- a/setup.py +++ b/setup.py @@ -62,11 +62,11 @@ setup( 'Natural Language :: English', 'License :: OSI Approved :: Apache Software License', 'Programming Language :: Python', - 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3', - 'Programming Language :: Python :: 3.4' + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', ), extras_require={ 'security': ['pyOpenSSL', 'ndg-httpsclient', 'pyasn1'],