diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-06-12 09:44:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-12 09:44:58 -0700 |
commit | 25e62928cbe5e9069fb3e40019209d4d80d58ead (patch) | |
tree | fb1097f52e0875218115aa4e87eb79555ec5a718 | |
parent | 353e628d34d2ffab6bfb447ecd7bb44df6ad86ac (diff) | |
parent | 2792bf75876f2843b06b4b71e2422d5eb98793d9 (diff) |
Merge pull request #991 from felixonmars/patch-1
Add Python 3.6 to classifiers
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -72,6 +72,7 @@ setup( 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', ], install_requires=[ 'bcrypt>=3.0.0', |