From 5c5fab1282c21a4a37dfebae54b2d4bc1ea7f037 Mon Sep 17 00:00:00 2001 From: Mark Adams Date: Fri, 23 Oct 2015 18:58:59 -0500 Subject: Renamed jwt CLI script to jwt-cli to avoid issues with jwt script overlapping with the jwt package. Fixes #130 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 00fb2a1..3a98f53 100755 --- a/setup.py +++ b/setup.py @@ -78,7 +78,7 @@ setup( ), entry_points={ 'console_scripts': [ - 'jwt = jwt.__main__:main' + 'pyjwt = jwt.__main__:main' ] } ) -- cgit v1.2.1