From 58b141bd532989407910b22dc2b93327758d8c69 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Thu, 16 Feb 2017 11:02:53 -0800 Subject: [PATCH] add python 3 classifiers (#208) --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 629ea228..de880beb 100755 --- a/setup.py +++ b/setup.py @@ -108,6 +108,9 @@ setup( 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Topic :: Internet :: Proxy Servers', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: WSGI',