From 4547753df0cc7819baff4420b27c381a7e221a8a Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 21 Apr 2013 21:42:05 +0100 Subject: [PATCH] Added explicit Python 2 and Python 3 classifiers Not sure, but I suspect the "python3" page on PyPy in only based on the Language :: Python :: 3 classifier, not the more specific ones --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5613b7da..40790d93 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,7 @@ Programming Language :: Python Programming Language :: Python :: 2.5 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