We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dec263 commit 88ee2b2Copy full SHA for 88ee2b2
python-ecosys/pyjwt/manifest.py
@@ -1,4 +1,13 @@
1
-metadata(version="0.1.0", pypi="pyjwt")
+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
+)
11
12
require("hmac")
13
0 commit comments