From 10f7fc163b1a096ac52161a1d34a4f638adead18 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Mon, 12 May 2014 17:36:09 -0700 Subject: [PATCH] Add supported, relevant Python version classifers --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index f29e159d..de49e426 100644 --- a/setup.py +++ b/setup.py @@ -69,8 +69,10 @@ setup( classifiers=[ 'Development Status :: 5 - Production/Stable', 'Programming Language :: Python', + 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.1', 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3',