diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:09:48 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:56 -0400 |
commit | 7c933ae93d1c83f1be4d6be03358486066ce8f95 (patch) | |
tree | 268d398a72be393575210fa9eab15f3f6f7dff74 /python/pygpgme | |
parent | 2b207d0671b5976ded8c5524e7ca36f3afcd0b57 (diff) | |
download | slackbuilds-7c933ae93d1c83f1be4d6be03358486066ce8f95.tar.gz |
python/pygpgme: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/pygpgme')
-rw-r--r-- | python/pygpgme/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/pygpgme/README b/python/pygpgme/README index f21f96d4ee..1fc1fc21a5 100644 --- a/python/pygpgme/README +++ b/python/pygpgme/README @@ -1,5 +1,5 @@ -PyGPGME is a Python module that lets you sign, verify, encrypt and decrypt -messages using the OpenPGP format. +PyGPGME is a Python module that lets you sign, verify, encrypt and +decrypt messages using the OpenPGP format. It is built on top of the GNU Privacy Guard and the GPGME library. |