Skip to content

Commit 32bc83e

Browse files
committed
more
1 parent 1dada4a commit 32bc83e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ name = "cryptojwt"
2525
version = "1.4.0"
2626
description = "Python implementation of JWT, JWE, JWS and JWK"
2727
authors = ["Roland Hedberg <[email protected]>"]
28-
license = "Apache"
28+
license = "Apache-2.0"
29+
repository = "https://github.com/IdentityPython/JWTConnect-Python-CryptoJWT"
30+
readme = "README.md"
2931
packages = [
3032
{ include = "cryptojwt", from = "src" }
3133
]

0 commit comments

Comments
 (0)