Skip to content

Commit 88ee2b2

Browse files
committed
pyjwt: incremented package version and added a brief description
Signed-off-by: Jonah Bron <[email protected]>
1 parent 5dec263 commit 88ee2b2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

python-ecosys/pyjwt/manifest.py

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
metadata(version="0.1.0", pypi="pyjwt")
1+
metadata(
2+
version="0.2.0",
3+
pypi="pyjwt",
4+
description="""
5+
JWT library for MicroPython. Supports HMAC (HS256) encoding essentially.
6+
Optionally supports ECDSA (ES256) asymmetric-key signing/verification when the
7+
[dmazella/ucryptography](https://github.com/dmazzella/ucryptography/) library
8+
is available in the MicroPython firmware.
9+
""",
10+
)
211

312
require("hmac")
413

0 commit comments

Comments
 (0)