diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:11:50 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:54 -0400 |
commit | 7b25c9b0ecb71d1b06a8627273278ca83154974e (patch) | |
tree | 963e1a08a0b836a9afe3ddf3ceae2eb494c73097 | |
parent | 8154560f2225fb17e487afcb2e88c6f61d8687bb (diff) | |
download | slackbuilds-7b25c9b0ecb71d1b06a8627273278ca83154974e.tar.gz |
python/cryptography: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | python/cryptography/README | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/python/cryptography/README b/python/cryptography/README index c13567f6db..9344751164 100644 --- a/python/cryptography/README +++ b/python/cryptography/README @@ -1,2 +1,5 @@ -cryptography is a Python library for 3.2+ which exposes cryptographic recipes and primitives. -It's available under either the Apache Software License, Version 2.0, or the BSD license. +cryptography is a Python library for 3.2+ which exposes cryptographic +recipes and primitives. + +It's available under either the Apache Software License, Version 2.0, +or the BSD license. |