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 | 1db410696ffbd18c7c6703afc362a8604c3e3f2c (patch) | |
tree | dc761f1232096acd31d3ecb90bf1498f99a3094f | |
parent | 1b305d2c90778788bc6b9f5281fe89379c01a919 (diff) | |
parent | 36e5b3e21b155664d97c0cbf46dad16c440130fc (diff) |
Merge branch '2.3' into 2.4
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -70,6 +70,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", |