aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2013-03-06 09:16:38 -0500
committerWaylan Limberg <waylan@gmail.com>2013-03-06 09:16:38 -0500
commit4c6cb86d8e3ebe4e2693d6357d5467da924bb5f6 (patch)
tree91595244dfbedd248ec44c1e03269ff2c1a2c9a8 /setup.py
parent6bc8b9611c85d321fd4fbad012525b7cd05a66d9 (diff)
downloadmarkdown-4c6cb86d8e3ebe4e2693d6357d5467da924bb5f6.tar.gz
markdown-4c6cb86d8e3ebe4e2693d6357d5467da924bb5f6.tar.bz2
markdown-4c6cb86d8e3ebe4e2693d6357d5467da924bb5f6.zip
Added Python 3.3 to list of supported versions and removed 2.5.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 140a0ae..a205c49 100755
--- a/setup.py
+++ b/setup.py
@@ -234,12 +234,12 @@ setup(
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
- 'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2',
+ 'Programming Language :: Python :: 3.3',
'Topic :: Communications :: Email :: Filters',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries',
'Topic :: Internet :: WWW/HTTP :: Site Management',