summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Banafato <jonathan.banafato@gmail.com>2017-06-29 10:55:06 -0400
committerSybren A. Stüvel <sybren@stuvel.eu>2017-06-29 16:55:06 +0200
commitc0b7bff6196f2ebb7984bc117ddb41c3875b4ce8 (patch)
tree2167c097241656ea33c5b17a07dffdb5237ec358
parentd00852509aa3702827941882941dc1c76368cf8c (diff)
downloadrsa-git-c0b7bff6196f2ebb7984bc117ddb41c3875b4ce8.tar.gz
Declare Python 3.6 support (#93)
Add Python 3.6 to the Trove classifiers in `setup.py`.
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index dc2ce39..81302bf 100755
--- a/setup.py
+++ b/setup.py
@@ -40,6 +40,7 @@ if __name__ == '__main__':
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
'Topic :: Security :: Cryptography',
],
install_requires=[