diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2011-03-05 10:38:10 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2011-03-05 10:38:10 +0000 |
| commit | 4772adf88e260c285ffbe6a7977ba98b4138edb1 (patch) | |
| tree | dc99dc5a7ce6c01389ed9a63b686ec6653fe0ebb /setup.py | |
| parent | 8940969a7a1506c098b212dcb3b4f8391d8d5ee8 (diff) | |
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
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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', |
