diff options
author | Jon Dufresne <jon.dufresne@gmail.com> | 2018-06-16 18:33:33 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2018-06-16 18:33:33 -0700 |
commit | 95820b4e4fe23e174cf212639a37df39a157db9d (patch) | |
tree | a5fc076b1177f1ff4726b1d81e6d434ff5d6ae40 /setup.py | |
parent | 2e57a72133ae90e0ee7489646fe458954da7ec08 (diff) | |
download | cryptography-95820b4e4fe23e174cf212639a37df39a157db9d.tar.gz cryptography-95820b4e4fe23e174cf212639a37df39a157db9d.tar.bz2 cryptography-95820b4e4fe23e174cf212639a37df39a157db9d.zip |
Document project as stable and ready for use in production (#4284)
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -256,6 +256,7 @@ setup( author_email=about["__email__"], classifiers=[ + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "License :: OSI Approved :: BSD License", |