From 5c51d71f9ae40f002530d9f4f2f477abaa76d78d Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Tue, 26 Feb 2013 23:07:56 +0100 Subject: [PATCH] Added Python 3.2/3.3 trove classifiers in setup.py --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 6fff26d3af..cb30445700 100644 --- a/setup.py +++ b/setup.py @@ -106,6 +106,8 @@ setup( 'Programming Language :: Python', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: 3.3', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Internet :: WWW/HTTP :: WSGI',