From: W. Trevor King Date: Fri, 11 Oct 2013 15:44:56 +0000 (-0700) Subject: setup.py: Claim support for Python 3.3 X-Git-Tag: v3.7~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5b297474381f6c92327b2a1339ccaf6db2353c74;p=rss2email.git setup.py: Claim support for Python 3.3 We've supported 3.3 for the whole rss2email 3.x branch, but I forgot to mention it in the trove classifiers. Signed-off-by: W. Trevor King --- diff --git a/setup.py b/setup.py index 9ab38e6..d219956 100644 --- a/setup.py +++ b/setup.py @@ -49,6 +49,7 @@ setup( 'Programming Language :: Python', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: 3.3', 'Topic :: Communications :: Email', 'Topic :: Software Development :: Libraries :: Python Modules', ],