From 720db97c1328b180f611f3f5495c170b4779b65b Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 13 Jul 2014 16:58:00 -0700 Subject: [PATCH] More accurate classifiers. --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index d1a1ec26..2d6220ef 100644 --- a/setup.py +++ b/setup.py @@ -17,10 +17,13 @@ setup( platforms='linux', classifiers=[ 'License :: OSI Approved :: MIT License', + 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', ],