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 88ca6c9 commit a6f5a1eCopy full SHA for a6f5a1e
setup.py
@@ -49,6 +49,7 @@
49
entry_points={
50
"console_scripts": [
51
"jwkgen = cryptojwt.tools.keygen:main",
52
+ "jwkconv = cryptojwt.tools.keyconf:main",
53
]
54
}
55
)
0 commit comments