From 4772adf88e260c285ffbe6a7977ba98b4138edb1 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sat, 5 Mar 2011 10:38:10 +0000 Subject: [PATCH] Added trove classifiers for specific python versions. Thanks to Brett Cannon for the suggestion. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15760 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index 2297ab0ffe4..af52563b9cd 100644 --- a/setup.py +++ b/setup.py @@ -89,6 +89,10 @@ setup( 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', 'Programming Language :: Python', + 'Programming Language :: Python :: 2.4', + 'Programming Language :: Python :: 2.5', + 'Programming Language :: Python :: 2.6', + 'Programming Language :: Python :: 2.7', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Internet :: WWW/HTTP :: WSGI',