python/python3-pyjwt: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-14 11:17:42 -04:00
parent 190baeb4d0
commit 5aa7b6da0f

View file

@ -1,3 +1,3 @@
PyJWT is a Python library which allows you to encode and decode JSON Web
Tokens (JWT). JWT is an open, industry-standard (RFC 7519) for representing
claims securely between two parties.
PyJWT is a Python library which allows you to encode and decode JSON
Web Tokens (JWT). JWT is an open, industry-standard (RFC 7519) for
representing claims securely between two parties.