diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2019-05-31 18:27:32 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2019-05-31 18:27:32 -0400 |
commit | 490b1de79ce33a123497d59364561cf645ae7c6f (patch) | |
tree | 02ecafc16a449ec743082ef9af78651176efe4f9 /setup.py | |
parent | f5460bcd0b86daf8b70b332e5ec2d576af910eb6 (diff) |
Never added 3.7 classifier
Diffstat (limited to 'setup.py')
-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"], ) |