Skip to content

Commit

Permalink
pyjwt: Incremented package version and added a brief description.
Browse files Browse the repository at this point in the history
Signed-off-by: Jonah Bron <hi@jonah.id>
  • Loading branch information
jonahbron committed Apr 13, 2024
1 parent 17b7e0c commit 4e43bc0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion python-ecosys/pyjwt/manifest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
metadata(version="0.1.0", pypi="pyjwt")
metadata(
version="0.2.0",
pypi="pyjwt",
description="""
JWT library for MicroPython. Supports HMAC (HS256) encoding essentially.
Optionally supports ECDSA (ES256) asymmetric-key signing/verification when the
[dmazella/ucryptography](https://github.com/dmazzella/ucryptography/) library
is available in the MicroPython firmware.
""",
)

require("hmac")

Expand Down

0 comments on commit 4e43bc0

Please sign in to comment.