From 22ac6ecb8936963218fb7240c7c3c04322ca8a2a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dan=20Michael=20O=2E=20Hegg=C3=B8?= <danmichaelo@gmail.com>
Date: Sun, 26 Jul 2015 22:08:35 +0200
Subject: [PATCH] [#52] Add Python 3.3 and 3.4 to setup.py

---
 setup.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 67eba14..e9854fc 100644
--- a/setup.py
+++ b/setup.py
@@ -45,7 +45,9 @@ setup(name='mwclient',
       classifiers=[
           'Programming Language :: Python',
           'Programming Language :: Python :: 2.6',
-          'Programming Language :: Python :: 2.7'
+          'Programming Language :: Python :: 2.7',
+          'Programming Language :: Python :: 3.3',
+          'Programming Language :: Python :: 3.4'
       ],
       keywords='mediawiki wikipedia',
       author='Bryan Tong Minh',
-- 
GitLab