Skip to content

Commit

Permalink
Editorial
Browse files Browse the repository at this point in the history
  • Loading branch information
rohe committed Mar 6, 2020
1 parent 932956c commit e47527f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
},
scripts=glob.glob('script/*.py'),
entry_points={
"console_scripts": [
"jwkgen = cryptojwt.tools.keygen:main",
"jwkconv = cryptojwt.tools.keyconv:main",
"jwtpeek = cryptojwt.tools.jwtpeek:main",
]
}
"console_scripts": [
"jwkgen = cryptojwt.tools.keygen:main",
"jwkconv = cryptojwt.tools.keyconv:main",
"jwtpeek = cryptojwt.tools.jwtpeek:main",
]
}
)

0 comments on commit e47527f

Please sign in to comment.