From 8b9465c805b7f59c126c59572209ffea400564d0 Mon Sep 17 00:00:00 2001 From: Corey Goldberg Date: Thu, 4 Apr 2013 12:27:48 -0400 Subject: [PATCH] updated setup script with py3 classifiers --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1f061bd..ebce26a 100644 --- a/setup.py +++ b/setup.py @@ -32,8 +32,9 @@ setup( 'Operating System :: POSIX :: Linux', 'Intended Audience :: Developers', 'Programming Language :: Python', - 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: 3.3', 'Topic :: Software Development :: Libraries :: Python Modules', ] )