Skip to content

Commit e47527f

Browse files
committed
Editorial
1 parent 932956c commit e47527f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
},
5656
scripts=glob.glob('script/*.py'),
5757
entry_points={
58-
"console_scripts": [
59-
"jwkgen = cryptojwt.tools.keygen:main",
60-
"jwkconv = cryptojwt.tools.keyconv:main",
61-
"jwtpeek = cryptojwt.tools.jwtpeek:main",
62-
]
63-
}
58+
"console_scripts": [
59+
"jwkgen = cryptojwt.tools.keygen:main",
60+
"jwkconv = cryptojwt.tools.keyconv:main",
61+
"jwtpeek = cryptojwt.tools.jwtpeek:main",
62+
]
63+
}
6464
)

0 commit comments

Comments
 (0)