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:
4f9c4b2
)
setup.py: Mention Python 3.4 compatibility
author
W. Trevor King
<wking@tremily.us>
Sat, 28 Mar 2015 20:09:20 +0000
(13:09 -0700)
committer
W. Trevor King
<wking@tremily.us>
Sat, 28 Mar 2015 20:09:20 +0000
(13:09 -0700)
This isn't surprising, since we don't use anything fancy.
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 0db98981f8a7931368eefdde61a16c34f496736b..36b73ef0bbd52789fe35c93e13b0e109204ba87b 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-47,6
+47,7
@@
_setup(
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
+ 'Programming Language :: Python :: 3.4',
'Topic :: Software Development',
],
scripts = ['bin/update-copyright.py'],