From efe6e16008b4a123666cc445f7319efce8e9b6bf Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Tue, 18 Jun 2013 12:15:10 +0200 Subject: [PATCH] Fixed #20615 -- Added trove classifiers for major Python versions. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index b2b7821557..2c64868d00 100644 --- a/setup.py +++ b/setup.py @@ -100,8 +100,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',