From 9d86550a70ccb84249f493cef74db4636f20c3f1 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Tue, 18 Jun 2013 12:15:10 +0200 Subject: [PATCH] [1.5.x] Fixed #20615 -- Added trove classifiers for major Python versions. Backport of efe6e160. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 577a22948a..0c38b0ab3e 100644 --- a/setup.py +++ b/setup.py @@ -98,8 +98,10 @@ setup( 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', '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.2', 'Programming Language :: Python :: 3.3', 'Topic :: Internet :: WWW/HTTP',