summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-06-12 09:44:58 -0700
committerGitHub <noreply@github.com>2017-06-12 09:44:58 -0700
commit25e62928cbe5e9069fb3e40019209d4d80d58ead (patch)
treefb1097f52e0875218115aa4e87eb79555ec5a718
parent353e628d34d2ffab6bfb447ecd7bb44df6ad86ac (diff)
parent2792bf75876f2843b06b4b71e2422d5eb98793d9 (diff)
Merge pull request #991 from felixonmars/patch-1
Add Python 3.6 to classifiers
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index e2ace96d..77db95ac 100644
--- a/setup.py
+++ b/setup.py
@@ -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',