From c5dc5a2e95ba950f5ea95f3257d9ed223be63041 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Fri, 14 Feb 2014 23:54:28 +0100 Subject: [PATCH] Added generic trove classifiers for Python 2.x and 3.x. Thanks to @brettcannon for the suggestion. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index bb768e1..81f5dde 100644 --- a/setup.py +++ b/setup.py @@ -130,8 +130,10 @@ setup( 'License :: OSI Approved :: MIT 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',