From 41171d11ae37c4dfae79f17e1477b7bf8bdc034a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Neuha=CC=88user?= Date: Thu, 13 Jun 2013 22:16:14 +0200 Subject: [PATCH 1/2] Add Python 3.3 classifier --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index ef293842..3ed89634 100644 --- a/setup.py +++ b/setup.py @@ -104,6 +104,7 @@ setup( 'Programming Language :: Python', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.3', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Software Development :: Libraries :: Python Modules' ], From 0780fc404d8caab2a03e4ab0537d169477b4390d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Neuha=CC=88user?= Date: Thu, 13 Jun 2013 22:16:53 +0200 Subject: [PATCH 2/2] Add myself to AUTHORS --- AUTHORS | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS b/AUTHORS index 22a4b3e8..7cc5da5b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -14,6 +14,7 @@ Patches and Suggestions - Chris Edgemon - Chris Grindstaff - Christopher Grebs +- Daniel Neuhäuser - Florent Xicluna - Georg Brandl - Justin Quick