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 | af3deabbb18d2db6c1fd073d4755f2f1b9b0135c (patch) | |
tree | b0b280fc3cf65a3fac4445f38e5153697b927f7e /setup.py | |
parent | 42ed0f01280cd0619dc4dc44376d99496ee281aa (diff) | |
parent | 1edc161c8280f8ce466552cca9d54d09d66b975d (diff) |
Merge branch '2.1' into 2.2
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=[ "bcrypt>=3.1.3", |