diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2015-11-03 17:05:01 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2015-11-03 17:05:01 -0800 |
commit | 956de60d53f0f9ed2f6b583ccefe88162665235c (patch) | |
tree | 00fade06b43510d22721919297ee1c379803c416 /setup.py | |
parent | dae916f7bd6723cee95891778baff51ef45532ee (diff) | |
parent | b0435808802cf435fd2865b7b8af2326064df82c (diff) |
Merge branch 'master' into 467-int
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -87,6 +87,7 @@ setup( 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', ], **kw ) |