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 | 36e5b3e21b155664d97c0cbf46dad16c440130fc (patch) | |
tree | ddcaf331f2a6af4e49bc36a26d76b1f165f02c26 /setup.py | |
parent | b099492a05488be8c5ec696be02ca9bd20f7ddf7 (diff) | |
parent | af3deabbb18d2db6c1fd073d4755f2f1b9b0135c (diff) |
Merge branch '2.2' into 2.3
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", |