From 7234afe568818678585ac423649a0ccce0f45d68 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Wed, 16 Oct 2019 16:22:52 -0700 Subject: [PATCH] entrypoint fix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4ea2b384..ca440047 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setuptools.setup( packages=setuptools.find_packages(), entry_points={ 'console_scripts': [ - 'jc=jc:main', + 'jc=jc.jc:main', ], }, classifiers=[