summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-01-02 00:08:49 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-01-01 21:08:49 -0800
commit717fe63db6945f65a5d71930d6fb42110bcf0229 (patch)
tree069029a79fed056e697c60f66e3c851140e2c663 /setup.py
parentfdd28f4f96f5095090d57d10fb59b8d59a909ab7 (diff)
downloadpy-bcrypt-git-717fe63db6945f65a5d71930d6fb42110bcf0229.tar.gz
We do the py36 (#102)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 3ec6579..13a98f3 100644
--- a/setup.py
+++ b/setup.py
@@ -229,6 +229,8 @@ setup(
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
+ "Programming Language :: Python :: 3.5",
+ "Programming Language :: Python :: 3.6",
],
ext_package="bcrypt",