diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2019-05-31 18:27:34 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2019-05-31 18:27:34 -0400 |
commit | 1edc161c8280f8ce466552cca9d54d09d66b975d (patch) | |
tree | 1991bc76417aced923cafaf58be9f758389f7da4 | |
parent | e43b1dca9bf365261ad5c979c3523a0aaf23a96d (diff) | |
parent | 490b1de79ce33a123497d59364561cf645ae7c6f (diff) |
Merge branch '2.0' into 2.1
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -73,6 +73,7 @@ setup( "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", ], install_requires=["cryptography>=1.1", "pyasn1>=0.1.7"], ) |