diff options
author | Felix Yan <felixonmars@archlinux.org> | 2017-06-11 23:56:47 +0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-06-12 09:45:17 -0700 |
commit | 44e0fa814c7bf5a81369c7ee5ff52d0662b4f457 (patch) | |
tree | 2ae8fd4cd8d9edee0dda8386356193ad088e953f /setup.py | |
parent | 295b50e91db5dd37bb29c3f209c7168a1ef16e00 (diff) |
Add Python 3.6 to classifiers
Diffstat (limited to 'setup.py')
-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=[ 'cryptography>=1.1', |