From 693763d03df27b867e88205b23b21f76f4cc07d3 Mon Sep 17 00:00:00 2001 From: Daniele Sluijters Date: Thu, 13 Mar 2014 12:05:19 +0100 Subject: [PATCH] setup: We now support Python 3 too! --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 70a3012..5fc34d4 100644 --- a/setup.py +++ b/setup.py @@ -45,5 +45,8 @@ setup( 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: 3.3', ], )