We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dada4a commit 32bc83eCopy full SHA for 32bc83e
pyproject.toml
@@ -25,7 +25,9 @@ name = "cryptojwt"
25
version = "1.4.0"
26
description = "Python implementation of JWT, JWE, JWS and JWK"
27
authors = ["Roland Hedberg <roland@catalogix.se>"]
28
-license = "Apache"
+license = "Apache-2.0"
29
+repository = "https://github.com/IdentityPython/JWTConnect-Python-CryptoJWT"
30
+readme = "README.md"
31
packages = [
32
{ include = "cryptojwt", from = "src" }
33
]
0 commit comments