diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2015-11-02 17:58:56 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2015-11-02 17:58:56 -0800 |
commit | 296cf408ce05e154f0985ab310ed6bcdbcda4571 (patch) | |
tree | 9fe724e4b26929a5f19ca8812a383e02f4af598d /setup.py | |
parent | 0a1371fc577532cc163a2104b0e54ec2676ab661 (diff) | |
parent | 0b36729682ce72401be6aa442cce59b814ed3c01 (diff) |
Merge branch '1.15'
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 ) |