diff options
author | Waylan Limberg <waylan@gmail.com> | 2013-03-06 09:16:38 -0500 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2013-03-06 09:16:38 -0500 |
commit | 4c6cb86d8e3ebe4e2693d6357d5467da924bb5f6 (patch) | |
tree | 91595244dfbedd248ec44c1e03269ff2c1a2c9a8 | |
parent | 6bc8b9611c85d321fd4fbad012525b7cd05a66d9 (diff) | |
download | markdown-4c6cb86d8e3ebe4e2693d6357d5467da924bb5f6.tar.gz markdown-4c6cb86d8e3ebe4e2693d6357d5467da924bb5f6.tar.bz2 markdown-4c6cb86d8e3ebe4e2693d6357d5467da924bb5f6.zip |
Added Python 3.3 to list of supported versions and removed 2.5.
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |