diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-06-12 09:45:18 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-06-12 09:45:18 -0700 |
commit | 6ba72bca1047b6ed484f27e6adfbfce2f0909eb5 (patch) | |
tree | bcaac5cebef2312712126501638ff4a18bbb99a7 /setup.py | |
parent | c2de25ff24c18771e12200a921017cb5e175bbc9 (diff) | |
parent | 44e0fa814c7bf5a81369c7ee5ff52d0662b4f457 (diff) |
Merge branch '2.0' into 2.1
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', |