From c8c22176e6bdd76c930cd11083d5330212a5b96c Mon Sep 17 00:00:00 2001 From: Nikolay Novik Date: Sat, 3 Oct 2015 22:44:49 +0300 Subject: [PATCH 1/2] remove py3.3 from setup.py and add framework to classifies --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 64212811689..bd8426b2f71 100644 --- a/setup.py +++ b/setup.py @@ -95,9 +95,9 @@ def run_tests(self): classifiers=[ 'License :: OSI Approved :: Apache Software License', 'Intended Audience :: Developers', + 'Framework :: Aiohttp', 'Programming Language :: Python', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Topic :: Internet :: WWW/HTTP'], From 0f6a36503fbba04271a3e0529a656077e860db58 Mon Sep 17 00:00:00 2001 From: Nikolay Novik Date: Sun, 4 Oct 2015 10:47:50 +0300 Subject: [PATCH 2/2] Update setup.py --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index bd8426b2f71..e9f9cabd362 100644 --- a/setup.py +++ b/setup.py @@ -95,7 +95,6 @@ def run_tests(self): classifiers=[ 'License :: OSI Approved :: Apache Software License', 'Intended Audience :: Developers', - 'Framework :: Aiohttp', 'Programming Language :: Python', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.4',