projects
/
pygrader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ea0f28
)
setup.py: explicitly list Python 3.2 and 3.3 as supported.
author
W. Trevor King
<wking@tremily.us>
Fri, 31 Aug 2012 18:23:12 +0000
(14:23 -0400)
committer
W. Trevor King
<wking@tremily.us>
Fri, 31 Aug 2012 18:23:12 +0000
(14:23 -0400)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 22d0b23369b44e7af77d8698126f18a6f5366a67..c5c6312f5fef7fc6c29347622e3171b64848fb37 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-41,6
+41,8
@@
_setup(
'Operating System :: OS Independent',
'License :: OSI Approved :: GNU General Public License (GPL)',
'Programming Language :: Python :: 3',
+ 'Programming Language :: Python :: 3.2',
+ 'Programming Language :: Python :: 3.3',
'Topic :: Communications :: Email',
'Topic :: Database',
'Topic :: Education',