projects
/
update-copyright.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3e7865
)
setup.py: Add explicit Python 3 classifiers
author
W. Trevor King
<wking@tremily.us>
Tue, 1 Jan 2013 21:45:46 +0000
(16:45 -0500)
committer
W. Trevor King
<wking@tremily.us>
Tue, 1 Jan 2013 21:48:54 +0000
(16:48 -0500)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 347ab1ecd10c4eb45ce880fd99e3642876f257c3..a4873a28af78791b6b28858ecd067edd7be6694b 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-44,6
+44,9
@@
_setup(
'Operating System :: OS Independent',
'License :: OSI Approved :: GNU General Public License (GPL)',
'Programming Language :: Python',
+ 'Programming Language :: Python :: 3',
+ 'Programming Language :: Python :: 3.2',
+ 'Programming Language :: Python :: 3.3',
'Topic :: Software Development',
],
scripts = ['bin/update-copyright.py'],