aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-06-16 18:33:33 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2018-06-16 18:33:33 -0700
commit95820b4e4fe23e174cf212639a37df39a157db9d (patch)
treea5fc076b1177f1ff4726b1d81e6d434ff5d6ae40 /setup.py
parent2e57a72133ae90e0ee7489646fe458954da7ec08 (diff)
downloadcryptography-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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 13325896..593925e4 100644
--- a/setup.py
+++ b/setup.py
@@ -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",