projects
/
rss2email.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01d9eb5
)
setup.py: Claim support for Python 3.3
author
W. Trevor King
<wking@tremily.us>
Fri, 11 Oct 2013 15:44:56 +0000
(08:44 -0700)
committer
W. 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
patch
|
blob
|
history
diff --git
a/setup.py
b/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',
],