From 9e78c4f22e6bfa6ad6e0fc0042222162f535627b Mon Sep 17 00:00:00 2001 From: Stephen McDonald Date: Tue, 18 Feb 2014 12:32:57 +1100 Subject: [PATCH] Added classifiers for supported Python versions. --- setup.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.py b/setup.py index 4272911..c2b7008 100644 --- a/setup.py +++ b/setup.py @@ -24,6 +24,11 @@ setup( "Intended Audience :: Developers", "Operating System :: OS Independent", "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.3", "Framework :: Django", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: Site Management",