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