setup.py: Claim support for Python 3.3
authorW. Trevor King <wking@tremily.us>
Fri, 11 Oct 2013 15:44:56 +0000 (08:44 -0700)
committerW. Trevor King <wking@tremily.us>
Fri, 11 Oct 2013 16:37:05 +0000 (09:37 -0700)
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 <wking@tremily.us>
setup.py

index 9ab38e63522561bcc83489de8cf8894c5cc6673b..d2199566e0df7bfd13aafc2adc640a15790d38d8 100644 (file)
--- 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',
         ],